|<CFLOOP INDEX="x" FROM="1" TO="#ArrayLen(addresses)#">
| <CFOUTPUT>#addresses[#x#][1]#</CFOUTPUT>
|</CFLOOP>
Hi Jeff,
Use this instead:
<CFLOOP INDEX="x" FROM="1" TO="ArrayLen(addresses)">
<CFOUTPUT>#addresses[x][1]#</CFOUTPUT>
</CFLOOP>
Regards,
Anthony Geoghegan,
Lead Developer,
IFTN
www.wow.ie
mailto:[EMAIL PROTECTED]
------------------------------------------------------------------------------
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.