Argh!

That be pirate speak for messin' up.  I was referring to 'client' which was
my loop index and also a field in the query.  

Thanks All for the pointers though!

-Nate

> -----Original Message-----
> From: Charlie Griefer [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, July 11, 2006 12:03 AM
> To: CF-Talk
> Subject: Re: Complex object types - a little help?
> 
> it's already a list.  delimited with a pipe character.
> 
> you can use any list function on it...you just need to 
> specify the delimter in the list function.
> 
> <cfset myList = "this|that|the other" /> <cfset myArray = 
> listToArray(myList, '|') />
> 
> You can also loop through it.
> 
> <cfloop list="#myList#" index="client" delimiters="|">
>      #client#<br />
> </cfloop>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246039
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to