Oct Function
Returns the octal value of a number.
Синтаксис
Oct (Number)
Return value:
Сатрҳо
Parameters:
Number: Any numeric expression that you want to convert to an octal value.
Намуна
Sub ExampleOct
MsgBox Oct(255)
End Sub
LibreOffice 7.0 Help
Returns the octal value of a number.
Oct (Number)
Сатрҳо
Number: Any numeric expression that you want to convert to an octal value.
Sub ExampleOct
MsgBox Oct(255)
End Sub