Hello, I was just wondering if it's possible to keep the variable values every time someone runs the program without using anything web based. So for example: x=0, when the person runs the program x=1. The next time the person starts that program I want x to = 1. Is this possible?