Description:
Octal method formats the current field value as an octal number. The method takes 3 optional parameters. If you want to set only the 2nd or 3rd parameter, you must include values for previous parameters as placeholders. See the description of the Binary method for information on the parameters.
No indication is included in the formatted number that it is expressed in octal. When it is not clear from the context that octal is being used you may want to note it in the same sort of way as in the example given for the Hex method.
Parameters:
|
[Optional] |
Str |
"Separator" |
(Default value: 0) |
|
[Optional] |
Int |
"Amount of data to display (0=unlimited)" |
(Default value: 0) |
|
[Optional] |
List |
"Suppress leading zeroes?" |
(Default value: KeepPad) |
|
List values: |
KeepPad |
||
|
SuppressPad |
|||
|
[Optional] |
Str |
String to be appended after number |
|
Example:
FIELD successor (Fixed 2) (Octal 0 0 SuppressPad) "Successor"