I am using the send object command to send a series of e-mails. The code loops through a table of message text and e-mail addresses to fill in the parameters of the command. My problem is that the code runs out ahead of the sending of the e-mails. Is there any command that can stop the code until the system is ready to process the next message? I am currently using a timer but would like to use something a little more efficient.