DiLDoG
01-07-2003, 03:25 PM
How do I confert a string to a integer?
like "0100" > int?
like "0100" > int?
|
Click to See Complete Forum and Search --> : str 2 int DiLDoG 01-07-2003, 03:25 PM How do I confert a string to a integer? like "0100" > int? Charles 01-07-2003, 03:37 PM <script type="text/javascript"> <!-- document.write(parseInt('0100', 10)); // --> </script> See http://developer.netscape.com/docs/manuals/js/client/jsref/toplev.htm#1064173. DiLDoG 01-07-2003, 03:39 PM thnx webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |