I am trying to implement a split function that returns a TstringList
function mySplit(chaine : String; delimiteur : string) : TStringlist
is there a way to return a TstringList to DWS ? ( there is no such type as return result)
regards.
My WinMerge patch:
69c69
< function IsInCommentOrString(Editor: TCustomSynEdit; APoint: TPoint): Boolean;
---
> function IsInCommentOrString(Editor: TCustomSynEdit; APoint: TBufferCoord): Boolean;
96,98c96,98
< ThisWordStart: TPoint; // position where this word begins
< PrevWordStart: TPoint; // position where previous word start
< PrevWordStop: TPoint; //...
I have incorporated DWS in an application, allowing my users to
write scripts.
We can observe growing compilation time while compiling the same script (10 lines)
on the same computer.
Does it exist something to "clean" after any compilation launch ?.