iptvx‖

8WFiU‖Oct Function

ApoGj‖Returns the octal value of a number.

NWCSn‖Syntax:


oK8j3‖Oct (Number)

4v3fG‖Return value:

DNqdN‖String

9ymRV‖Parameters:

zefK6‖ Number: Any numeric expression that you want to convert to an octal value.

SEjHR‖Error codes:

5 Invalid procedure call

ZGpEp‖Example:


Sub ExampleOct
    MsgBox Oct(255)
End Sub