I tried looking through the manual and searched the forums for an answer and did not find one.
My question: What types of variables are used for the global, local, and instance variables as far as numbers are concerned? Are they regular "int" variables with ranges between -32,768 and 32,767 or "long" variable types ranging between -2,147,483,648 to 2,147,483,647? Or can I make that decision on a case by case basis?
I appreciate in advance any knowledge on this matter. <img src="smileys/smiley1.gif" border="0" align="middle" />