Hi all, I was hoping to get some help with a problem I have.
I have a function that is outputting this result:
test = [[11,22,33,44,55,66]]
which I have reason to believe is a nested array? eg. [[11,22],0] or something like this.
My question, is it possible to manipulate 'test' to get the numbers out of the array. Like creating a loop to let a = 11, 22, 33 ....
I am completly stuck on this and have not been able to find a way to do this after LOTS of searching. Any help would be greatly appreciated!