Oct Function
Returns the octal value of a number.
الصياغة:
Oct (Number)
Return value:
سلسلة
المعاملات:
Number: Any numeric expression that you want to convert to an octal value.
مثال:
Sub ExampleOct
MsgBox Oct(255)
End Sub
Collabora Office 25.04 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