>>> 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. > >Ah, it must have been the wrap monster, then. Trim() removes all >whitespace from the beginning and end of the string.
That's it; it's working now. It seems odd to trim something that's not user entered, but here I am. >If you are turning the list into an array, then using listappend() and >appending each line to the list will require as many lines of code as >the array declaration. I thought listAppend() would take another list of several entries and then I could do 5 appends for 5 lines each line with several entries, but it doesn't appear to work that way. 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:188513 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

