Nope, you can only return a single "thing" from a given method call. 
However, there's no reason that single thing can't be a structure
filled with a whole bunch different stuff.

For example, a getUserInfo() method might need to return a name and
email.  Rather than returning them directly, make a struct with two
keys ('name' and 'email'), and return that struct.

cheers,
barneyb


On Mon, 15 Nov 2004 13:13:47 -0800, Charles Heizer <[EMAIL PROTECTED]> wrote:
> Hello,
> I'm really new to using cfc and I really like them and I'm find them to
> be a great time saver. My question is, I was wondering if it was
> possible to have multiple returnVariable in my cfinvoke? If so, can
> some one tell me how?
> 
> Thanks,
> - Charles
> 
-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/blog/

I currently have 0 GMail invites for the taking

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184325
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to