listchangedelims(listText,"|")
<cfoutput>#listText#</cfoutput>

Works great if you don't have a trailing delimiter. I haven't done
that in ages, though.

The other one that I use is this:
<cfoutput>
#menuItem##iif(currentrow LT recordcount,DE(" | "),DE(""))#
</cfoutput>

There's a million ways to do this... which one is chosen depends on
the context and situation. I've even used several methods for it in
the same site, or on the same page. It just depends on the original
format of the data and what you're needs are in that spot.

Laterz,
J

On Sun, 27 Feb 2005 13:15:06 -0600, Dawson, Michael <[EMAIL PROTECTED]> wrote:
> 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>
> 
> 
> 
> 


-- 
Continuum Media Group LLC
Burnsville, MN 55337
http://www.web-relevant.com
http://cfobjective.neo.servequake.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:196731
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