Sending mail to multiple addresses

hello,i hav a names field in my form.

i want to send a mail to all the users which are selected in that field…i’m able to send mail if i select a single name in that field…but as i select more…govin an error in sending mail…

i roughly knw bout dat an array is to be used…but i’m nt able to do dat…in lotusscript…

Plz Rely

Thanks in Advance

Subject: Sending mail to multiple addresses

Hi,Has field property set as multivalue?

Show us your code for sending e-mail.

Konrad

Subject: Sending mail to multiple addresses

Use @Implode in formula or use the Split function in LS.