On May 2, 2004, at 9:39 PM, Steve Onnis wrote:
so when you say THIS is public, that means i can access them where? In the
calling page? from other CFCs?

Inside a CFC:

        <cfset this.x = 42 />

Outside a CFC:

        <cfset obj.x = 42 />

That's what a public data member is.

Regards,
Sean


--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to