From: Garrett on
Hey all,

I am working on a gui with multiple components and am having some troubles. I need to use and edit variables created in one component in multiple other components, is there a good way to do this?

-Garrett
From: Mathew Thomas on

Use "global" command. This enables you to use the variables in other functions as well.

Mathew
From: Walter Roberson on
Garrett wrote:

> I am working on a gui with multiple components and am having some
> troubles. I need to use and edit variables created in one component in
> multiple other components, is there a good way to do this?

No, there are just ways that are less painful or more flexible than others.