LoadVariable
Load data of named variable to given array
Syntax: LoadVariable(name[], arr[], size = sizeof arr)
namename of the registered variablearr[]array af data to be storedsizesize of the array, maximum is 501 cells
Returns: returns 1 if variable has been loaded or 0 if there is a problem or variable does not yet exist
Example: LoadVariable(’’my variable name’’, data), load named variable to data
See also: RegisterVariable, StoreVariable
Last updated