Quote from
lesanch on May 30, 2021, 4:06 am
Hi all,
There is any way to get all multiple selections of a listbox into an variable array ?
Example:
In a listbox i have: apples, bananas, dogs, cats if a select only cats and dogs i want that selection goes to an array in order to parse that array and do something for each element of the array.
At this moment i only get one variable with all selections inside but it's not an array, it's only one variable with all the selections in it like only one variable.
Regards,
Sam
Hi all,
There is any way to get all multiple selections of a listbox into an variable array ?
Example:
In a listbox i have: apples, bananas, dogs, cats if a select only cats and dogs i want that selection goes to an array in order to parse that array and do something for each element of the array.
At this moment i only get one variable with all selections inside but it's not an array, it's only one variable with all the selections in it like only one variable.
Regards,
Sam