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