Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tok and position in a string
#2
I came up with the following work-around :

Function tempf11
Code:
Copy      Help
str s="abc defg hij klmn opqr"
str sl.get(s 6)
ARRAY(str) a
tok(sl a)
for int'i 0 a.len
,out a[i]

Any suggestion or advice is much appreciated.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)