On Fri, 2 Jul 2004 16:10:58 +1000, Barry Beattie <[EMAIL PROTECTED]> wrote:
> at present (back in the real world) the line "myObj.length = 50;"
> assigns "50" to the THIS (public scope) struct key called "length" from
> the calling CFM page.

And you need to bear in mind that you can assign *any* key into "this" scope:

myObj.anyOldNameCanBeUsed = 42;

You can fill "this" scope with as much junk as you want to from
outside the object.

Backward compatibility makes it hard to do anything about this...

---
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/

Reply via email to