if you know how many there are... you can say something like...

<cfloop from = 1 to = #yourQuery.recordCount# index = i>

   #yourQuery.menuItem#
   <cfif NOT i eq yourQuery.recordCount>
    &nbsp | &nbsp;
   </cfif>

</cfloop>

that should work... just replace the "yourQuery" stuff with your
real query information.

later.
tony


On Fri, 25 Feb 2005 19:02:23 -0400, Michael Grove <[EMAIL PROTECTED]> wrote:
> I have a site that generates some dynamic links. Ya know simply pulling from 
> a database.
> Anyway  I would like to separate each link with a "|". The problem, however 
> is that the links list horizontally and I get a trailing "|". For example
> 
> About Us  |  Contact Us  |  Advertising  | Home  |
> 
> Is there a way using MOD or something to drop the last one?
> 
> 

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

Reply via email to