LibreOffice 6.2 Help
Returns the octal value of a number.
Oct (Tala)
String
Number: Any numeric expression that you want to convert to an octal value.
5 Ógilt kall á stefju
Sub ExampleOct
MsgBox Oct(255)
End Sub