LoadVariable
Load data of named variable to given array
Syntax: LoadVariable(name[], arr[], size = sizeof arr)
name
name of the registered variablearr[]
array af data to be storedsize
size 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
Was this helpful?