Oct()

Top  Previous  Next

Oct() - Convert a number to octal

Description

The Oct() function converts a number or expression to a string representation the octal value.

Oct(number)

Example

MyOctal = Oct(10) 'returns 12

 

MyOctal = Oct(255) 'returns 377