Oct Function

Returns the octal value of a number.

தொடரமைப்பு:


Oct (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

Please support us!