Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tok explanations
#2
Usually as "pointer-based array" I use the address of the first of several local variables.
Macro Macro2738
Code:
Copy      Help
str s="zero one two"
str s1 s2 s3
int n=tok(s &s1 3)
out s1
out s2
out s3

Example with lpstr.
Macro Macro2738
Code:
Copy      Help
str s="zero one two"
lpstr s1 s2 s3
int n=tok(s &s1 3) ;;or int n=tok(s &s1 3 "" 1)
out s1
out s2
out s3


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)