I have a program that when run, I want the program to pause so the user can see the results.
I've tried using = Sleep(1) but I keep getting errors that sleep is undefined. But it is a reserved word. I don't know if I need a special Include statement at the top.
Also, if there is a way to pause the results until the user hits a button, that would be preferred.
THANKS!
Sandy
I've tried using = Sleep(1) but I keep getting errors that sleep is undefined. But it is a reserved word. I don't know if I need a special Include statement at the top.
Also, if there is a way to pause the results until the user hits a button, that would be preferred.
THANKS!
Sandy