Question?
I don't want 2 of the same app. running at the same time. I can identify if a previous instance is running by using "App.PrevInstance" then end the current instance.(the one searching for the previous instance).
But what if I want the current instance to close the previous instance?
if App.PrevInstance then end(App.PrevInstance)????????
Please help.
Thanks
Jim
I don't want 2 of the same app. running at the same time. I can identify if a previous instance is running by using "App.PrevInstance" then end the current instance.(the one searching for the previous instance).
But what if I want the current instance to close the previous instance?
if App.PrevInstance then end(App.PrevInstance)????????
Please help.
Thanks
Jim