Hi,
You're string doesn't overflow it's you're counter witch is declared as Integer!
Integer can hold: -32.768 to 32.767
So use Long type instead!
Long can hold: -2.147.483.648 to 2.147.483.647
Enjoy!![]()
Hi,
You're string doesn't overflow it's you're counter witch is declared as Integer!
Integer can hold: -32.768 to 32.767
So use Long type instead!
Long can hold: -2.147.483.648 to 2.147.483.647
Enjoy!![]()
_________
Groetjes,
Joost Verdaasdonk
M.O.S. Master
Mark your thread solved, when it has been, by hitting the Thread Tools dropdown at the top of the thread.
(I don't answer questions asked through E-mail or PM's)