Posted 08 July 2012 - 03:31 PM
so im tryng to print my variable EUamount
This works but it prints it as 0.0 when its empty and
1.0E7 when its in the 10 millions (ts almost always going to be over 10 million.
how do i get it to print "10000000"
mon.write(EUamount)
This works but it prints it as 0.0 when its empty and
1.0E7 when its in the 10 millions (ts almost always going to be over 10 million.
how do i get it to print "10000000"
mon.write(EUamount)