gplar : I've made a little function (using C2's Function Object) that can take your list
and
when
sell
up
to
five
hiundred
into a one dimensionnal array:
First it clears the array, then it size it accordingly to the number of values, then it enters the values inside it, you may wonder "how do I concretely use that thing", well, like this:
The first parameter is the list itself (I put it directly, but it can be a separate project file), the second parameter is the characters between each elements of the list (here it is newline, because each part of the list is separated by a new line)
The debugger shows that at the end, the array has the correct values after using it.
Hope that helps