> -----Original Message----- > From: Charlie Griefer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 21, 2005 11:14 AM > To: CF-Talk > Subject: Re: Array in a session > > <cfparam name="session.compsEntered" default="#arrayNew(1)#"> > > (need poundage around the arrayNew() function)
'Xactly - what he said. An easy way to remember this is that pounds signs are always needed to distinguish CF stuff (functions, variables, etc) from strings (stuff that's quoted). Essentially if you've got quotes you need pound signs. No quotes, no pound signs. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:227456 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

