fromOctal
Description
Returns an integer value of the octal formatted string argument . Numbers outside of the range (-2 31 ) - (2 31 -1), and strings that are not octal numbers, return null.
Syntax
fromOctal( string )
Examples
fromOctal("77") //returns 63 fromOctal("-77") //returns -63