doesnt mine do the same thing? i didnt mean... if you know or not know, i meant if you can loop through something to generate it... you can use what i wrote... not that you cant do the same with yours, but dont they generate the some output?
tony On Fri, 25 Feb 2005 19:09:50 -0500, Tony Weeg <[EMAIL PROTECTED]> wrote: > 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> >   | > </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? > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196702 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

