Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Minor IDE thing
Fri, Apr 26 2013 10:06 AMPermanent Link

Matthew Jones

If you have code like this, it all goes haywire:

{function StringListPlainToJSON(xList : TStrings) : String;
begin        
   Result:='{ ';
   Result:=Result+' }';
end;}

The curly bracket is to comment out the routine, but the close bracket in the
string is used to terminate the comment. The rest then all goes red until the next
open bracket in a string.

Not important, but worth noting.

/Matthew Jones/
Mon, Apr 29 2013 12:22 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Matthew,

<< If you have code like this, it all goes haywire: >>

Thanks, I'll make sure that's fixed in the syntax highlighting.

Tim Young
Elevate Software
www.elevatesoft.com
Image