Clearing all persistent global variables

Hello, how would I delete all my persistent global variables? When I close my program and press reset settings, the global variables are still there when I load it up. This is useful for when I want to distribute my software as a clean slate.

Strange error, maybe a bug. I’ll take a look at that.
A workaround would be deleting the state file of your application. In ExeOutput, go to Application Output / Output Settings and take note of the Application GUID. Unless you also choose a custom name for the storage folder, the state file should be saved in:
C:\Users[Username]\AppData\Local\ExeOutput\UserApplication[Application GUID]
You can delete the state file and this should remove persistent global variables. If this is not the case, then there is a problem with your PHP/HEScript code.