Nope. You don't need a LHS for cfset. So, you can do stuff like this as well:
<cfset arrayAppend(myBigArray,myInterestingValue)> ======================================================================= Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email : [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Thomas Chiverton [mailto:[EMAIL PROTECTED] > Sent: Friday, March 28, 2003 8:15 AM > To: CF-Talk > Subject: Re: CFCs - get'ers Vs. return object > > > On Friday 28 Mar 2003 13:22 pm, webguy wrote: > > <cfobject component="com.locavista.location" name="objLocation"> > > <cfset objLocation.init(156537)> > > That's invalid isn't it ? You need a LHS and RHS in a cfset ? > > -- > Tom C > "Land of the free, home of the brave... you have to be brave > to live there and > enjoy the freedoms" > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

