[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
New16()
Creates an array structure with 16 million elements
Syntax:
New16 ( nNumItems, xInit ) -> aArray
nNumItems : The array number of elements
xInit : The initial value to the array elements
Description:
Creates a structure of a new type of data that I want to
baptize as array16 in honor of its 16 million elements.
Actually, if available memory would admit it, which I
doubt, you could get 16.777.216 elements.
Return:
The generated array.
Example:
New16 ( 125000, 0 ) // creates an 125 element array
// initialized to 0
See Also:
Add16()
Get16()
Len16()
Scan16()
Set16()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson