Quote:
Originally Posted by Vince
Is that [233] some arbitrary number? If you're not going to fill up all 233 items (which is what the error tells you) then you can leave those brackets empty. The compiler will calculate the size by itself.
|
[233] is the number of items used in the array, you mean I should increase that number?