Oct$ Function
Syntax:
Oct[$](Num)
Group:
String
Description:
Return a octal string.
Parameter
Description
Num Return
an octal encoded string for this number value.
See
Also: Hex$( ), Str$(
), Val( ).
Example:
Sub Main
Debug.Print Oct$(15) '17
End Sub