1.6

Table Of Contents
newCharArray(size)
Returns a new character array of size elements.
size
Integer that represents the number of elements in the new array.
Examples
newDoubleArray()
Function that returns a new double array.
newDoubleArray(size)
Returns a new double array of size elements.
size
Integer that represents the number of elements in the new array.
Examples
newFloatArray()
Function that returns a new float array.
newFloatArray(size)
Returns a new float array of size elements.
size
Integer that represents the number of elements in the new array.
Examples
newIntArray()
Function that returns a new integer array of size elements.
newIntArray(size)
Returns a new integer array of size elements.
Page 238