Enable JavaScript in the browser to display LibreOfficeDev Help pages.
Oct Function
Returns the octal value of a number.
Синтакса
Врати вредност:
Низа
Параметри:
Number: Any numeric expression that you want to convert to an octal value.
Пример
Sub ExampleOct
MsgBox Oct(255)
End Sub