Re: Newbie: global variables inside class

2005-12-01 Thread Fredrik Lundh
"tjas ni" <[EMAIL PROTECTED]> wrote: > I just got a simple question which I did not find (I bet it's there > somewhere) in the documentation: > How can I make a variable access-able globally inside a class? > > Like I've got a variable in function 1 which I want to access in function 2. > Both fu

Newbie: global variables inside class

2005-12-01 Thread tjas ni
Hi there I just got a simple question which I did not find (I bet it's there somewhere) in the documentation: How can I make a variable access-able globally inside a class? Like I've got a variable in function 1 which I want to access in function 2. Both functions in same class... Thanks for any