ERRORS :(
#4

Show some of those lines. You are using too small array sizes..

Quote:

Error 047 - array sizes do not match, or destination array is too small:
For array assignment, the arrays on the left and the right side of the assignment operator must have the same number of dimensions.
In addition:

for multi-dimensional arrays, both arrays must have the same size;
for single arrays with a single dimension, the array on the left side of the assignment operator must have a size that is equal or bigger than the one on the right side.

When passing arrays to a function argument, these rules also hold for the array that is passed to the function (in the function call) versus the array declared in the function definition. When a function returns an array, all return statements must specify an array with the same size and dimensions.

Also using search will help im sure there is lot of topics about this error
Reply


Messages In This Thread
ERRORS :( - by Mr.Black - 20.07.2011, 11:24
Re: ERRORS :( - by Jofi - 20.07.2011, 11:34
Re: ERRORS :( - by Mr.Black - 20.07.2011, 11:48
Re: ERRORS :( - by Jofi - 20.07.2011, 11:51
Re: ERRORS :( - by Mr.Black - 20.07.2011, 13:57

Forum Jump:


Users browsing this thread: 1 Guest(s)