changing array property
how do I change a property of an array
I have
array[50].xv = 1
that changes the xv of 50''th "slot" of the array. Now what if i want to do that to the entire array?
do I have to loop it through each "slot" or is there a command that will do it for me?
BAHcows go moomoos go cow
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement