Not sure why I can't set(array,value,position)
Posted: 25 Feb 2013 03:29
I have a project level variable "a". I'd like it to be an array of 3 values.
The manual says that I should be able to change any of the values of "a" to whatever I value want.
But
doesn't seem to do anything.
Any ideas?
Thanks in advance!
The manual says that I should be able to change any of the values of "a" to whatever I value want.
But
Code: Select all
set(a,12,0);
Any ideas?
Thanks in advance!