hi,

i have a program in which i have to send several mails. so i have a for loop with the function "send". Now i would like to say that the loop has to wait untill the previous send has finished. Can i do this.

In other words is there an opposit function to DoEvents?

Thanx