A space is not an "obvious" delimiter. You still need to specify it like #listGetAt(myList,3,' ')#.
All the list functions, and CFLOOP allow you the specify a list delimiter, if you are not using a , [comma]. To find out the exact syntax for any list functions pen the help files in studio. The CFML Language reference has everything you will need. Tim Heald ACP/CCFD :) Application Development www.schoollink.net > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 30, 2002 3:19 PM > To: CF-Talk > Subject: Re: list delimiters>>> > > > Commas, spaces are the obvious delimiters. If that's what you want, you > don't have to provide it. > > However, if you want the pipe character (|), then all of the list > functions have the ability to provide your own delmiter: > > Example: > > valueList(query.columnlist,"|") > listAppend(list,string,"|") > > etc.. Does that answer your question or am I misunderstanding. > > ~Todd > > > > On Thu, 30 May 2002, Tyler Silcox wrote: > > > Is there any known tricks to providing list delimiters to the > List functions? Sometimes you can use a string as a delimiter, > #ValueList()#, and other times it will only allow you to > use/accept the first character, such as #ListAppend()#. Any idears? > > > > Tyler Silcox > > email | [EMAIL PROTECTED] > > > > > > > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

