Version: 1.0
The Oct function returns the octal value of an integer number.
<% =Oct(123) %>
173
<% =Oct(-123) %>
177605
You can also use a negative integer number.
<% =Oct(123.456) %>
173
For a number with a decimal point (floating-point), the digits to the right of the decimal point are ignored.