Is it possible to create a program that has a string or value in it that it saves with the program itself that changes every time the program is run?? as in it saves it IN THE PROGRAM ITSELF after the executable part of the code, and then can change it every time it is run, I have some ideas for using this kind of functionality, also the program should not ever actually run on over or whatever the part that it changes, and should be invisibly attached to the program itself, and not as a separate file... can this be done?... like I was thinking maybe have some data attached to the end / at the end of the program after the program is compiled to an EXE that the program would then be able to look for and find, by scaning to the end of the program then rewinding by a certain number of bytes, as the data added would be a specific number of bytes long like say 32 bytes... can this be done??