----- 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 Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

