3 lines
87 B
Text
3 lines
87 B
Text
array[1] = "apple"
|
|
array[2] = "orange"
|
|
TextWindow.WriteLine(Array.GetItemCount(array))
|