Oct[$](Num)
String
Return a octal string.
See Also: Hex$( ), Str$( ), Val( ).
Sub Main Debug.Print Oct$(15) '17 End Sub