error 47 help
#1

I keep getting this error saying....

error 047: array sizes do not match, or destination array is too small

I have this error about 24 times, can anyone tell me how to fix this?
Thanks.
Reply
#2

post the error line
Reply
#3

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)