At 09:21 PM 3/3/05, Justin D. Scott wrote: >ValueList() is meant to take a column and create a list out of the values. >To do what you're asking would require looping through the query... > ><cfoutput query="viewRelatedWords"> ><a href="#relatedWordName#">#relatedWordName#</a> ></cfoutput>
Thanks, yes, that's what I had before. But since I wanted the items to be separated by a comma, and I was having problems with the comma after the last record in the loop (i.e., could not figure out how to get rid of that comma) I followed the suggestion of using ValueList(). I was hoping the individual values listed could be formatted individually (to make them individual links pointing to their individual URLs). I guess that kind of formatting is not possible, so if anyone has an idea of how to make the items similar to a comma-separated list (i.e., commas as delimiters, no comma after final record), using the query system (to allow for individual formatting), I'd really appreciate it. Thanks, Roberto Perez [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197410 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

