Help: Displaying 1000000

So in my game I have it display your score and when you get to 1000000 it displays as 1.1e something. Is there any way to have it show up just as 1000000?

print(string.format(ā€œ%0iā€,10000000))

Hello @JakAttak. More generally, the page on the Codea Wiki here may help.