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

The errorcode is selfexplanatory

An example:

Number X = 3

So, you have an array with size of X, meaning u can store up to X(3) values.

If you now try to store more than X(3) values or you try to store it out of the index range, which in this case is 0 - 2 , u get this error
Reply


Messages In This Thread
"error 047: array sizes do not match, or destination array is too small" - by Bigcheker12 - 20.11.2016, 00:16
Re: "error 047: array sizes do not match, or destination array is too small" - by Kaliber - 20.11.2016, 00:56
Re: "error 047: array sizes do not match, or destination array is too small" - by BiosMarcel - 20.11.2016, 09:40

Forum Jump:


Users browsing this thread: 1 Guest(s)