Okay To you and the other replies..thank you VERY VERY MUCH! And, you are right, I don't think I want to ask.
Thanks again Steve -----Original Message----- From: Len Wright [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 12:29 PM To: Multiple recipients of list witango-talk Subject: RE: Re: Witango-Talk: (OT) Email Action Question Try this for your assignment: <@assign name='local$emailaddresses' value='<@var name='local$resultset' type='text' aprefix='' asuffix='' rprefix='' rsuffix=',' cprefix='' csuffix=''>'> This will give you a comma separate list of values to place in the BLIND COPY field. Trust me, you don't want to put several thousand email addresses in the TO field. Don't ask me why I know this. Regards, Len Wright Plus International Corp www.plusinternational.com Direct: 604-415-2384 Fax:604-415-0830 >>> [EMAIL PROTECTED] 05/16/02 01:42PM >>> Okay This makes sense and will work much easier. Now one more question if I may please. To get the email address from all the students in one class into one email, I of course pulling out an array of that column. The problem I have is I can't get it out of the Table format. I am aware of the array to text conversion attributes aprefix..etc. Is there anywhere in the manual that I have overlooked that shows this. I have even tried this: <@ASSIGN NAME="myArray" SCOPE=Local VALUE="<@ARRAY VALUE='@@studentArray4' CDELIM=';' RDELIM='~'>"> And of course..this didn't even get me close. Any ideas? Thanks Steve -----Original Message----- From: Anthony M. Humphreys [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 12:44 PM To: Campbell, Steve V. Subject: RE: Re: Witango-Talk: (OT) Email Action Question Yes, try something a bit simpler, like this: <@IF EXP<@ARG completed>> Completed <@ELSEIF <@ARG cancelled>> Cancelled <@ELSEIF <@ARG noshow>> Noshow </@IF> -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Campbell, Steve V. Sent: Thursday, May 16, 2002 11:16 AM To: Multiple recipients of list witango-talk Subject: RE: Re: Witango-Talk: (OT) Email Action Question Question regarding what can be done in an email action. I am sending out an email after an instructor records via web interface whether or not a student has completed, cancelled or no showed a class they have enrolled in. Basically in the database it's a "1 or a 0" if they completed, cancelled..etc. In my email action ..I have something like the following: <@ARG Name> has just been recorded as <@ARG completed> <@ARG cancelled> <@ARG noshow> the following class. <@ARG class> that was on <@ARG class_date>. What I am having problems with is it possible to do the following: <@IF EXP<@ARG completed>=1> <@ARG completed> <@ELSEIF EXP<@ARG completed=0> <@IF> Am I on the right track here? And can it be done in an email action? Thanks for any help Steve ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
