Returns the octal value of a number.
Oct (Number)
String
Number: Any numeric expression that you want to convert to an octal value.
5 Invalid procedure call
Sub ExampleOkt
Msgbox Oct(255)
end sub