OCT is available for use with all WBSP commands.
Syntax
$WBFN{OCT(decnumber)}
$WBFN[OCT(decnumber)]
Arguments
decnumber - any integer in range 0 to 2147483647.
Returns
A string representing the octal value of the number passed as an argument.
Example
Octal value of letter A is $wbfn[OCT(65)]!
Octal value of letter A is 101!
No comments:
Post a Comment