Parsing long numbers as strings
CMcMMay 12 2008 — edited May 13 2008Hi
Is there any way you can prevent a long number being converted to scientific notation? I have to write a method that substrs out each numeric character from a long positive whole number but when the number gets lon it falls over as the number is converted to scientific notation containing '.' and 'E' etc
Any help would be appreciated
Cheers