why does this code crash OINSIGHT? (OpenInsight 32-Bit)
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)RETURNEND
READ request FROM file$f, "HTML_REQUEST" ELSE
msg("Unable to read system_controls/html_request")RETURNEND
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?
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