Re: static function question



Hi,

Are you refering to how to pass INSTANCE variables from one instance to
other?

I think that you need to post some code to make it clear what you want.
If you want to have access to instance variables from inside a static method
you have to pass those variables as parameters.


cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation


"juli jul" <juli8024@xxxxxxxxx> wrote in message
news:%239Le9hNRFHA.2252@xxxxxxxxxxxxxxxxxxxxxxx
> Hello!
> If I want to pass some class variable from one class to another : how
> can I do it with the static function?
> I tried but I can't see the class variables in the static function I
> made-are there some other methods to do it?
> Thank you!
>
> *** Sent via Developersdex http://www.developersdex.com ***


.



Relevant Pages