jon3de 66 Posted April 5 hi, How could I achieve something like that? I want to define my array values through a parameter. Share this post Link to post Share on other sites
Librarian 867 Posted April 5 @jon3de You have Bunch of those examples in 'use' inside package of "Five elements Elf " + many other with arrays .. mathdeep.vfl arraydeep.vfl arithmetic.vfl 1 Share this post Link to post Share on other sites
dleonhardt 46 Posted April 5 dl_array_from_parameter.hipnc 1 Share this post Link to post Share on other sites
animatrix 300 Posted April 6 Hi, Depending on if you want to keep the quotes or not, you can do something like this: s[]@array = split ( replace ( chs("array"), "\"", "" ), "," ); or: s[]@array = split ( chs("array"), "," ); 2 Share this post Link to post Share on other sites