1.6

Table Of Contents
size
Integer that represents the number of elements in the new array.
Examples
newLongArray()
Function that returns a new long array.
newLongArray(size)
Returns a new long array of size elements.
size
Integer that represents the number of elements in the new array.
Examples
newStringArray()
Function that returns a new string array.
newStringArray(size)
Returns a new string array of size elements.
size
Integer that represents the number of elements in the new array.
Examples
openBinaryReader()
Function that opens a file as a binary file for reading purposes.
openBinaryReader(filename)
Opens filename as a binary file for reading purposes. The function returns a BinaryReader
object.
filename
String that represents the name of the file to open.
Page 239