insert into range of array
Posted: Sat Dec 18, 2010 5:02 am
I'm guessing this cannot be done in LiveCode (since I can find no reference), but is it possible to simply insert a value into a range of an array, such as-
put 10 into myArray[4-6]
or
put 10 into myArray[4 to 6] ?
It seems that a repeat loop is the only way to accomplish this.
put 10 into myArray[4-6]
or
put 10 into myArray[4 to 6] ?
It seems that a repeat loop is the only way to accomplish this.