|
SetArray | ||
SetArray RedirectArray(), ArrayIndex | ||
Parameters: RedirectArray() = The Redirection Array you want to redirect ArrayIndex = The handle/index of the array |
||
Returns: NONE | ||
SetArray sets a redirection array to indirectly point at a target arrays data. See MakeArray for more information on redirection arrays. FACTS: * SetArray should only be used with Redirection Arrays Stubs created by the MakeArray command. * SetArray can not accept just any old value for the ArrayIndex, rather it expects this value to be created from the GetArray() function. Mini Tutorial : This example shows how SetArray can be used to redirect one array to act upon another arrays data.
This example would output the following.
|
Related Info: | DeleteArray | Dim | GetArray | MakeArray | ReDim | UnDim : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |