One other solution is to use lists with "|" as the delimiter. If you have a trailing "|", any call of a subsequent list function will remove it. It may not be the best solution, but something to keep in mind for later use. M!ke
________________________________ From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Fri 2/25/2005 1:58 PM To: CF-Talk Subject: Re: Dynamic Links and Spacing couple of ways. not quite sure how you're currently doing your output, but you can do something like: <cfoutput query="getLinks"> #linkName# <cfif getLinks.currentRow NEQ getLinks.recordCount> | </cfif> </cfoutput> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:196729 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

