07.12.2009, 15:29
"array sizes do not match, or destination array is too small". That means, that the array (an array is e.g. "Bla[16]") is too small, that means you have to increase the number (e.g. here 16, from "Bla[16]") to something higher (e.g. "Bla[128]" or "Bla[256]"). I hope you understood it.
Cheers.
Cheers.