Overflow in lotus script

hi all, normally in lotus script what is the reason to get dataoverflow error. any idea?

regds

soma

Subject: overflow in lotus script

This is in the help. Overflows generally happen when you try to put too large a value into a numeric variable. For example, the integer data type tops out at 32767. If you try to assign a higher value to a declared integer variable, you’ll get an overflow.