execution order of functions within a script
Hi,
I use a script wih several functions in it.
The functions are:
- stop archive
- export archive as text
- export report as text
- execute vba macro
- move files
-...
The script documentation says, that the functions are executed in an order as listed in the script.
Function "execute vba macro" is a very large procedure (write several files) and takes some time.
Is it garanted that the function "move file" will not started untill the vba procedure is finished?
Using: ZenOn 6.20 SP4
Thanks in advance,
Regards,
Alex
This is a migrated post! Originally posted on 16.05.2011 by user gralex. Please be aware that information can be outdated.