Table of Contents

FromOctal (Function)

Format

FromOctal ( string_expression )

returns integer_expression

Description

This function returns an integer number represented by the Octal (base 8) string.

Example

print FromOctal("33")

Results in

27

See Also

2016/01/01 22:42

History

0.9.9.45New To Version