ID:174525
 
when numbers go beyond 999,999 i believe they convert to scientific notation. is there a way to prevent this?
Siefer wrote:
when numbers go beyond 999,999 i believe they convert to scientific notation. is there a way to prevent this?

I Think that the round() proc will stop this from happening
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.