>Well, you could break on commas, and always trim().

I  do break on commas.  I didn't trim though.  I thought that was just for 
spaces.  There none.  I'll try it.

>You could always replace line breaks with spaces.

I use Dreamweaver to code and I'm not sure how I would do that.

>You could use an array and assign each row individually.

I have about 120 entries; one of the reasons that I'm splitting it up.
I could do 121 lines of code just to make an array, but I prefer not to which 
is why I use listToArray.  I prefer to just be able to do <cfset = {1,2,3,4,5}> 
to init an array, like in actionscript, but don't believe that works.

>You could do this programmatically using listappend().

OK, I looked that up and it seems applicable.

>I'm sure there are others I'm not thinking of.

same here.

thanks for the help.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188472
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to