-
Array wont write value
Hi
I have a standard Array object, it has a 0 based index, 5 X dimencion, 5 Y dimencion and 1 Z dimencion.
I am tying to write a value to XY position 0,0
...
What i have is:
Start of frame
--> Write value 1 to 0,0
Allways
--> Set Counter to 'Array get value at [0,0]'
...
But the counter displays 0 instead of 1, wich leads me to believe that the Array has failed to write value 1 to possitio 0,0.
Can someone help me with this pleace?
I tried setting the Z dimencions to 0, but the problem remains.
-
1 Attachment(s)
-
Do you have your Array setting for numeric?
Marv
-
Marv, that was the problem
Thanks for pointing that out for me, it was a silly mistake
And thanks for example LB
-
No problem, and glad it was something simple.
Marv