Oct Function

Returns the octal value of a number.

Синтаксис

Oct (Number)

Return value:

Сатрҳо

Parameters:

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

Error codes:

5 Invalid procedure call

Намуна

Sub ExampleOct

    MsgBox Oct(255)

End Sub