Oct Function

Returns the octal value of a number.

Синтакса

Oct (број)

Врати вредност:

Низа

Параметри:

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