I’m trying to load an array with the elements that are in a variable.
I’ve tried several ways, but I’m not getting it.
Follow a print of my code with Debug.
I appreciate the help.
Eduardo
As can be seen in this print he is considering the string as a single element
Do not use images. Make your code executable and minimally testable.
– Sorack
The position 1 of your Array is a String and you want to convert the result of this position to 1 Array is this ?
– Ricardo Lucas
No Ricardo... I needed to convert all the elements of the Array. But this has already been solved with the answer below. Thank you
– Eduardo