I am using App Lab.
Is there a way of resetting everything about your app without having to re-code everything. Ideally, I’d like to be able to program a button so that the user hits the button and any changes that they have made disappear and it re-initiates the app as though it has just been opened. Many thanks. Paula
You would want to put any initialization into a function. Call that function as the program starts and anytime you want to start over.
Thanks Don. Best wishes. P