Oct Function

Returns the octal value of a number.

Sintaksa:

Int (Broj)

Vrati vrijednost:

Stringovi

Parametri:

Text2: String izraz koji želite pretraživati.

Error codes:

5 Invalid procedure call

Primjer:

Sub ExampleOct

    MsgBox Oct(255)

End Sub