Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

At 25 DEC 2009 04:53:04AM Martin Drenovac wrote:

System 8.0.3 - please compile this - my compiler just goes into the void, and i have to cancel OI totally.

compile subroutine mpd_test_sms(void)

declare subroutine msg

declare function inet_ws

file=SYSTEM_CONTROLS"

OPEN file TO file$f ELSE

MSG("Unable to open ":file)
RETURN

END

READ request FROM file$f, "HTML_REQUEST" ELSE

msg("Unable to read system_controls/html_request")
RETURN

END

reply=inet_ws(request)

debug

* """ "

* "

* My Application"

* "


At 25 DEC 2009 10:26AM Warren Auyong wrote:

Something in the HTML snippet causes the compiler to choke. Remove the HTML.


At 25 DEC 2009 11:28AM DSig (SigSolutions) wrote:

The only think I can think of is that it gets confused in the second line of the HTML with the semi-colon. Thinking it is another "line"


At 25 DEC 2009 05:32PM Martin Drenovac wrote:

Warren + David? I know why it keels over - I have removed the hmtl lines.

I want Rev to fix it…the lines are comment lines are they not? so why should there be any confusion from anywhere?

Happy Xmas guys and thanks


At 25 DEC 2009 06:23PM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:

Try using

/*

Comment

*/

notation thereby avoiding the previously pointed out new line delimiter?

The Sprezzatura Group

The Sprezzatura Blog

World leaders in all things RevSoft


At 26 DEC 2009 04:28AM David Goddard wrote:

see bug report 1008.

OI hangs when compiling a procedure with an $insert who's last line contains a single quote.

Also hangs when the last line of code is a comment line and it contains a single quote or double quote.

Still happens in OI 9.1.1

Dave G

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/3e4176feab69365b8525769700364c3a.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1