OCT$ function
Purpose: OCT$ converts an integer to an octal string.
RetStr$ = OCT$(Integer%)
Parameters:
Example:
RetStr$ = OCT$(65535)
Result:
RetStr$ will equal "177777"