public variable is that begins other than "_" such as:
Local variable are all ones that begins with "_" visibility of this variables is only in the current script or function.Code:SCOPY_mycounter = 10; //this is a global variable
Code:_SCOPY_mycounter = 10; //this is a local variable
HOME 
Reply With Quote