jon3de Posted April 5, 2022 Share Posted April 5, 2022 hi, How could I achieve something like that? I want to define my array values through a parameter. Quote Link to comment Share on other sites More sharing options...
Librarian Posted April 5, 2022 Share Posted April 5, 2022 @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 Quote Link to comment Share on other sites More sharing options...
dleonhardt Posted April 5, 2022 Share Posted April 5, 2022 dl_array_from_parameter.hipnc 1 Quote Link to comment Share on other sites More sharing options...
animatrix Posted April 6, 2022 Share Posted April 6, 2022 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.