How to assign value to every element in array smilebasic3
Root / Programming Questions / [.]
bluemonkey1111Created:
DIM ARRAY[13]I have an array like so I want every element to have a value equal to itโs number Basically, I want something that functions like this:
ARRAY[1]=1 ARRAY[2]=2 ARRAY[3]=3 ...But as a loop kinda thing Sorry if that confused you, Iโm kind of a beginner at this even though Iโve been here years
It worked. Thanks!