Yeah - like Taco said... In the case of:
<cfset foo = someObject.bar(arg1, arg2, arg3)> ...the value of #arg1# would be assigned into whatever your first <cfargument> was within the bar() function. When you do it this way the order of the items within () and the <cfargument> statements becomes really important. -- Mark Stanton Gruden Pty Ltd http://www.gruden.com --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
