Oct Function [Runtime]/text/sbasic/shared/03080802.xhpSun Microsystems, Inc.converted from old format - fpeOct functionOct Function [Runtime]Returns the octal value of a number.Syntax:Oct (Number)Return value:StringParameters:Number: Any numeric expression that you want to convert to an octal value.Example:Sub ExampleOktMsgbox Oct(255)end sub