R
Rubens
Hi,
line 1 start = now
line 2 filecopy a, b
line 3 end = now
line 4 duration = end - start
How can i be sure that line 3 will only execute AFTER the filecopy in line 2
is finished ?
Thanks.
line 1 start = now
line 2 filecopy a, b
line 3 end = now
line 4 duration = end - start
How can i be sure that line 3 will only execute AFTER the filecopy in line 2
is finished ?
Thanks.