Oct Function/text/sbasic/shared/03080802.xhpOct functionOct FunctionReturns 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 ExampleOct MsgBox Oct(255)End Sub