ID:272470
 
I have a small question. I don't like it how BYOND automatically changes a number over 999999 into scientfic notation (ie 1e+006), and I don't want it to be output as such when I have my procs display it as text. Is there an inbuilt BYOND proc that will automatically convert it for me, or do I need to write one?
Look up num2text().
In response to Popisfizzy
Excellent, thanks.