0
Can You Skip Array Indexes?
Lets say you assign index 2 a value without assigning index 0 and 1 first, will this result in an error?
2 Answers
0
no
0
yes you can assign any index, it wont give you any error as long as the index is in array count.
Lets say you assign index 2 a value without assigning index 0 and 1 first, will this result in an error?