yeah, I hit that too, now i just:

put the thisVar of stack "myStack" into myVar
or
put "yada" into myVar

and then

set the thisVar of stack "myStack" to myVar
or
set the thisVar of this stack to myVar

tom

On Jan 9, 2004, at 7:05 AM, Doug Lerner wrote:

It's a scope and identifier confusion question.

Suppose I have a local variable thisVar. And suppose I want to set a
property of that name in stack "myStack".

If I do:

set the thisVar of stack "myStack" to thisVar

then the *name* of the created property is the *value* of the local variable
thisVar.


Well, I guess my question isn't so much of a question as it is a caution. I
guess that's just the way it is, right?


doug

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution



Macintosh PowerBook G-4 OSX 10.3.1, OS 9.2.2, 1.25 GHz, 512MB RAM, Rev 2.1.2



Advanced Media Group Thomas J McGrath III • 2003 • [EMAIL PROTECTED] 220 Drake Road, Bethel Park, PA 15102



_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to