17.05.2011, 20:16
Make sure you aren't trying to put more data in an array than what you have defined. For example, if you have an array with 2 slots and you try to put 3 pieces of data in it, it won't work. Specifically make sure if the array has strings in it that you include 1 extra character than the length of the string you will be storing for the escape character.