Is it possible to store the value of a variable? For example the value of a string variable:
strImgFile
containing a file destination, that is saved along with the program, so that the next time the user runs it, the value of the variable
strImgFile
is restored.