ID:174525
Aug 10 2003, 3:35 pm
|
|
when numbers go beyond 999,999 i believe they convert to scientific notation. is there a way to prevent this?
|
In response to Wanabe
|
|
round() will round a number to an x number of decimal places. num2text() will display the number as itself by converting it to a text string for output.
|
I Think that the round() proc will stop this from happening