LibreOffice 6.2 Help
Returns the octal value of a number.
Oct (Number)
ھەرپ-بەلگە تىزىقى
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