A much better way to do this, is to store the number of items collected as an integer, and convert to string only for display.
1 Like
A much better way to do this, is to store the number of items collected as an integer, and convert to string only for display.