I produce a crash :oops: I make a loop with as many iterations as SizeDim1 or SizeDim2 During my iterations I want to use FileMoveData item but I don't know how? Here the not messed up file. (removed my attemps) Reading into variable works. Reading out and drawing out of array too now (thanks) but r...
If you could make such a simple example for the loading process it would be great.
Just a textfile loaded into a two dimensional array.
It is a For loop right?
Still i can't draw a value out of the array.
In the RanderText Item i can enter MyVariable.value in the TextFloatRef field and it displays something but how to draw e.g. MyArray[1,1] ?
Or any other value out of the array...
Hi, I'm new here and at first i would like to thank Shvillr for his help during my very first steps. I want to do a few things and it seems like I need your help. Right now I managed to load a value from a file into a variable and display this value in different colors depending on the value. I use ...