result = boolean ( value ) ;
boolean variable [= value] ;
list value
- A value of any type.
boolean result
- 0 - 1
A boolean value is 1 byte. It is displayed as a 0 or 1. All strings convert to a value of 0x01 except when the string begins with a "%", then the boolean value is 0x00.
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 vector array
%ARGUMENT : Invalid arguments. Usage: boolean variable [= value] ;
%IDENTIFIER : 'variable' argument is not a valid identifier, literal, or reference
None