15.09.2013, 10:34
Check i think that you have changed data type
like you have stored a number in integer format like 561651 and somewhere used it in string format like "561651" so it will use ascii code which will cause index out of bound error it can also be vice versa
like you have stored a number in integer format like 561651 and somewhere used it in string format like "561651" so it will use ascii code which will cause index out of bound error it can also be vice versa