If I try this:I get 0 1 2 3 4 5 6 7 0 0 ... am I missing something?Code:<script> for (i=0;i<10;i++) document.write(parseInt("0"+i.toString()) + " "); </script>![]()
|
Results 1 to 7 of 7
Threaded View
|
Click Here to Expand Forum to Full Width |