Oct Function [Runtime] /text/sbasic/shared/03080802.xhp Sun Microsystems, Inc. converted from old format - fpe
Oct function Oct Function [Runtime] Returns the octal value of a number.
Syntax: Oct (Number) Return value: String Parameters: Number: Any numeric expression that you want to convert to an octal value. Example: Sub ExampleOkt Msgbox Oct(255) end sub