Oct Function
Returns the octal value of a number.
தொடரமைப்பு:
Return value:
String
அளவுருக்கள்:
Number: Any numeric expression that you want to convert to an octal value.
5 செல்லாத செயல்முறை அழைப்பு
எடுத்துக்காட்டு:
Sub ExampleOct
MsgBox Oct(255)
End Sub