first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

JavaScript: parseInt() Function

The parseInt() function parses a string and returns an integer.

The radix parameter is used to specify which numeral system to be used, for example, a radix of 16 (hexadecimal) indicates that the number in the string should be parsed from a hexadecimal number to a decimal number.

If the radix parameter is omitted, JavaScript assumes the following:

[http://www.w3schools.com/jsref/jsref_parseInt.asp]

mod date: 2008-08-25T02:26:57.000Z