iamedwardkim
IS-IT--Management
How can one declare a variable so that it is accessible from several subroutines?
Basically I have several subroutines which respond to different events (e.g. mouse clicks). I need to be able to access the same variable from all of these subroutines.
Thank you.
Basically I have several subroutines which respond to different events (e.g. mouse clicks). I need to be able to access the same variable from all of these subroutines.
Thank you.