Hi There,
i am using the shell function to execute a program that will zip 10 big data files. so my code is something like this:
for n = 1 to 10
t=shell(zip data(n)) 'not the real code
' somewhere here, i need a code to test if the data(n) is already finished before going to the next loop
next n
can somebody show me a code to do this?. thanks in advance.
newvbguy