|
GetArray | ||
ArrayIndex = GetArray(Array()) | ||
Parameters: Array() = The Array you wish to get the index of |
||
Returns: ArrayIndex = The handle/index of this array |
||
The GetArray functions returns the ArrayIndex value of the requested array. These value can then be used with SetArray to point redirection arrays at the requested arrays data. See MakeArray for more information on redirection arrays FACTS: * GetArray should only be used with normal Arrays created with Dim command. Mini Tutorial : This example shows how GetArray can be used to get an array handle which is used to point and point a redirection array at it's data.
This example would output the following.
|
Related Info: | DeleteArray | Dim | MakeArray | MoveArray | ReDim | SetArray | SwapArray | UnDim : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |