torturedmind
Programmer
I have the following as part of the code in my main calling program:
dat_mgr is an .app file that is also called somewhere else in the program. My question is, how will I tell the main calling program to pause until the called .app is finished?
TIA
kilroy
philippines
"Once a king, always a king. But being a knight is more than enough."
Code:
DO dat_mgr
[i]<Do something...>[i]
dat_mgr is an .app file that is also called somewhere else in the program. My question is, how will I tell the main calling program to pause until the called .app is finished?
TIA
kilroy
philippines
"Once a king, always a king. But being a knight is more than enough."