I tried:
Writeln(max(vaMonth[j,k]));
But it wont just give the maximum value. Instead I get: Illegal Qualifier. All I want is that it writes the max value in within my array...
Illegal Qualifier
The array needs to be float or integer.
Maybe the following links may help you: http://www.freepascal.org/docs-html/rtl/math/maxvalue.html http://www.freepascal.org/docs-html/rtl/math/maxintvalue.html
The array needs to be float or integer.
Maybe the following links may help you: http://www.freepascal.org/docs-html/rtl/math/maxvalue.html http://www.freepascal.org/docs-html/rtl/math/maxintvalue.html