I got a text box with a number in it (i.e. 271).

When the user clicks a command button +1 is added to the number in the text box (i.e. 272), and the program closes.

When I load up the program again the number is the same (i.e. 271).

How do I make it save the new number so once the user loads up the program again its 272 and not 271, 273 and not 274, etc...