+1 vote
by (640 points)
So $resources.funds

shows

1,000,000

instead of

1000000

n00b level over 9999

1 Answer

0 votes
by (63.1k points)

Try the toLocaleString method. 

<<= $resources.funds.toLocaleString()>>

 

...