PROBLEM SOLVED, THANKS!
thats the way to do it, no "set" and no dim ..()
so now its:
dim indices
indices=stringTokenize("1;2;3;4;5", ";")
that works...maybe I tried all combinations of dim and set, but not this one.
thats the way to do it, no "set" and no dim ..()
so now its:
dim indices
indices=stringTokenize("1;2;3;4;5", ";")
that works...maybe I tried all combinations of dim and set, but not this one.

