That however requires putting those variables into the global object (which
I don't have a problem with), but I don't know the names of these
variables... that's why I need dynamic variable references.

On 7/11/06, Derek Vadneau <[EMAIL PROTECTED]> wrote:

Create an object in the global scope to contain your variables, let's call
it "_global". Then reference it as:
_global[myVar];

Or if you don't like the idea of a global object, create a dynamic class
to do the same.


Derek Vadneau

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to