-
Notifications
You must be signed in to change notification settings - Fork 2
_octal
bergsma edited this page Sep 26, 2014
·
5 revisions
#octal
###Create or convert a variable or value into a octal format
Syntax
result = octal value ;
octal variable [= value] ;
Arguments
- list value
A value of any type.
Return Value
octal result
- 0x000000 - 0x1777777 : A octal value is 4 bytes.It is displayed as an 6 character octal number.
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 octal result
- 0x000000 - 0x1777777 : A octal value is 4 bytes.It is displayed as an 6 character octal number.
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
Exceptions
-
%ARGUMENT: Invalid arguments. Usage: octal variable [= value] ;
-
%IDENTIFIER: 'variable' argument is not a valid identifier, literal, or reference
Description
None
Examples
put octal -2
Related Links