Hi
How do I /can I access variables from other classes.
Basically my document class creates the variables and my imported classes uses their values.
Also can an imported class in my document class, send variables to the document class that can be accessed from a different imported class
AND is there a much better why of doing this xD
Thanks
EDIT::
I got thinking that this might seem very basic. I have been reading up on class encapsulation for a while now and although I think be passing my variables a public any class should be able to access them, I don’t know how to do it. Mainly because I cant find an example