given myArray is a Numbers' array, the code below won't work. ~~~~~ Array:New myArray[1]:Number function main() { myArray[0] = 10; Konsol:Log("myArray[0] " + myArray[0]) myArray[0]++; Konsol:Log("myArray[0] " + myArray[0]) }
Anonymous
You seem to have CSS turned off. Please don't fill out this field.