Did you copy and paste my code exactly or try another version?

On Mon, Apr 14, 2008 at 6:10 PM, alex poyaoan <[EMAIL PROTECTED]> wrote:
> >getemail.email isn't automatically converted to a list - it will refer
>  >to only the first record in the query.
>  >
>  >You're better off just referring to the query value directly and doing
>  >it all in a loop so it can deal with any number of email addresses
>  >(it's certainly less code):
>  >
>  ><cfloop query="getemail">
>  ><cfset "email#getemail.CurrentRow#" = 
> getemail["email"][getemail.CurrentRow]>
>  ></cfloop>
>  >
>  >On Mon, Apr 14, 2008 at 5:32 PM, alex poyaoan <[EMAIL PROTECTED]> wrote:
>  >>
>
>  thanks for the reply trying it and gave me the list of email but with a 
> suffix of getemail.currentrow how could we avoid that sorry didn't get ir 
> right maybe
>
>  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303276
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to