Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Formatting.
#1
Code:
Copy      Help
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
#2
No, need 2 statements.


Forum Jump:


Users browsing this thread: 1 Guest(s)