> Var Set %arr to "this is a test for an array"
> Var Split %arr
> Var Set %arrpos to %arr(#?*es*)
> Flash: %arrpos %arr(%arrpos)
> this results in 4 %arr0
> while I would expect it to return 4 test
I get '4 test', maybe check your spelling ?
BTW, note that %arrpos could look like: 4,5,9 if there were more
matches, then doing %arr(%arrpos) wouldn't make sense.
Pent