Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Another Question
#2
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
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)