Format
ToOctal ( String )
Description
This function returns an integer number represented by the Octal (base 8) string.
Example
print FromOctal("33")
Results in
27
See also toOctal