Executing if text reads 1 or more / Removing one from a number that is stored as text

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