oct$ - convert numeric to octal string representation
SYNOPSIS
v$ =
oct$(NumExpr)
DESCRIPTION
Oct$
converts the value of the numeric expression supplied as its argument
into a string of characters consisting of the octal representation
of the value.
NumExpr may be any numeric expression whose value is in
the range -32768 to 32767.
EXAMPLE
The following example uses the
hex$
function and the
oct$
function to figure the hexadecimal and octal representation for a
decimal value: