13-01-2008, 09:30 PM
Integers are types of variables. You are probably trying to store a value too high for this variable to hold, so you can change it to Long so it will hold much more. Integers can hold values -32,768 to 32,767 and Longs can hold -2,147,483,648 to 2,147,483,647