I am trying to make my application a little bit more user-friendly, since it will be distributed at my place of work. So I have begun using file versions when I compile my script. Is it possible to use a compiler directive as a variable elsewhere in the program?
I want that fileversion to be used in a small GUI that is accessible in a help menu. But I don't want to remember to update the "v1.0.1" every single time I compile my program.
[ autoit ]
I want that fileversion to be used in a small GUI that is accessible in a help menu. But I don't want to remember to update the "v1.0.1" every single time I compile my program.