I swore I tried that, oh well it works thanks.
Erki Esken wrote:
>
> > <CFLOOP INDEX="x" FROM="1" TO="#ArrayLen(addresses)#">
> > <CFOUTPUT>#addresses[#x#][1]#</CFOUTPUT>
> > </CFLOOP>
> >
> > I get the following error when I run the code:
>
> Loose the #'s around the X... Like this:
>
> <CFLOOP INDEX="x" FROM="1" TO="#ArrayLen(addresses)#">
> <CFOUTPUT>#addresses[x][1]#</CFOUTPUT>
> </CFLOOP>
>
> Erki
>
> ------------------------------------------------------------------------------
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.