Oct Function

Returns the octal value of a number.

Sintakse:

Oct (Skaitlis)

Atgrieztā vērtība:

Virkne

Parametri:

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

Error codes:

5 Nederīgs procedūras izsaukums

Piemērs:

Sub ExampleOct

    MsgBox Oct(255)

End Sub