Posts: 1,000
Threads: 253
Joined: Feb 2008
str Lines=
;one
;two
;three
;four
;five
;six
for _i 0 numlines(Lines)
,str s=F"Text: {_s.getl(Lines _i)}"
,out s
Since .getl function returns a value, the return value gets inserted. Is there any way to do something like this where the text of the function gets inserted?
-jim
Posts: 12,147
Threads: 143
Joined: Dec 2002