Hi
Have a probably simple question regarding arrays, as i started looking at them and how to use them.
So i read the manual part about it and some tutorials about how to add values to them. But no matter what i do, i cant seem to get anything but 0's out of it. Even when i try other peoples examples of how they did it, when trying to help someone else, there examples still just return 0.
So maybe someone can explain it for me.
I made a 1 dim array with 10 width.
I use:
for each X element
- Array | Array set value at Array.CurX to 1
- Text | Append Array.At(Array.CurValue)
It returns 0 for all.
I have also tried using CurX in the append text, but it still returns 0.
Anyone know what im doing wrong?