Why not create some UDFs to replace the list functions then? Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division
-----Original Message----- From: Gyrus [mailto:gyrus@;rooted.freeuk.com] Sent: Wednesday, November 06, 2002 11:20 AM To: CF-Talk Subject: Re: MM advises against ListAppend and ListPrepend? ----- Original Message ----- From: "Jeffry Houser" <[EMAIL PROTECTED]> > The question I ask is this: > > <cfset MyList = "0," & MyList> > > More efficient than this: > > <cfset MyList = ListPrepend(MyList, "0,")> > > > Or does it not matter? Each method adds a new item to the beginning of > the list. > > It seems to me that it wouldn't make sense for Macromedia to recommend > not using these functions, unless they were deprecated. --------------------------- My thoughts exactly. Is Ben Forta around? Assume he knows about this, being an author of the book in question... Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://www.norlonto.net PGP key available ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

