[<<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 to its 16 million elemts.
         Concretely (if avaiable memory would admite it, thing that I
         doubt) you could get untill 16.777.216 elements.

    Return:

         The generated array.

    Example:

         New16 ( 125000, 0 )  // creates an 125 element array
                              // initializes the 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