Oct Function
Returns the octal value of a number.
Notkun:
Oct (Tala)
Skilagildi:
String
Viðföng:
Number: Any numeric expression that you want to convert to an octal value.
Dæmi:
Sub ExampleOct
MsgBox Oct(255)
End Sub
Collabora Office 25.04 Help
Returns the octal value of a number.
Oct (Tala)
String
Number: Any numeric expression that you want to convert to an octal value.
Sub ExampleOct
MsgBox Oct(255)
End Sub