i load an array from txt file with loadvariables command;
first write a container variable and comma seperate array variables;
foo=123&den=a,b,c,d,e&foo2=345
then load it within first frame. 3. frame split container variable to an array;
larray=den.split(","
;
i hope it help someone.
Osman
first write a container variable and comma seperate array variables;
foo=123&den=a,b,c,d,e&foo2=345
then load it within first frame. 3. frame split container variable to an array;
larray=den.split(","
i hope it help someone.
Osman