OCT$ function
Purpose: OCT$ converts an integer to an octal string.
RetStr$ = OCT$(Integer%)
Parameters:
Return Value:
Example:
DIM RetStr$ RetStr$ = OCT$(65535) PRINT RetStr$
DIM
=
OCT$
(
65535
)
PRINT
Result:
177777