Oct Function
Returns the octal value of a number.
Syntax:
Return value:
ھەرپ-بەلگە تىزىقى
پارامېتىر
Number: Any numeric expression that you want to convert to an octal value.
D'oh! You found a bug (text/sbasic/shared/00000003.xhp#err5 not found).
مىسال:
Sub ExampleOct
MsgBox Oct(255)
End Sub