result = list ( value ) ;
list variable [= value] ;
list value
- A value of any type.
list result
- listVariable
A list is a array of 0 or more elements.
The STATUS variable is set to $ACKNOWLEDGE
- When the argument is an array variable, all the elements in the array are converted, and the result will be a list array
%ARGUMENT : Invalid arguments. Usage: list variable [= value] ;
%IDENTIFIER : 'variable' argument is not a valid identifier, literal, or reference
None