standard.lib.str.NumberToOct

NumberToOct is available since version 1.0.

Prototype:

string NumberToOct(number)

Description:

Converts a number to a string representing the octal representation. See OctToNumber for the reverse operation.

Return value:

Returns the octal representation of the number as a string.