View Single Post
  #1  
Old 04-24-2007, 03:46 PM
glavian glavian is online now
Registered User
 
Join Date: 04-23-2007
Posts: 9
Macro Parameters

Hi,
I have a macro defined that takes 2 parameters.

SEND_MAIL(TO, SUBJECT)

I need to comma seperate names for the TO parameter of the macro. For Example I need TO = myemail@mailserver.net,email2@mailserver.net. Currently the second thing will always be my Subject Parameter. Is there a way I can force it to recognize both emails as my TO parameter.

Thanks,
Keith
Reply With Quote