Forum > General
Array of array of array problem...
Martin_fr:
--- Code: --- setlength(mymultiarray[0].[0],1)
--- End code ---
Why the "." ?
Should it not be
--- Code: --- setlength(mymultiarray[0][0],1)
--- End code ---
Fred vS:
@ Martin_fr => more than ever => brillantissimo ;)
--- Code: ---setlength(mymultiarray[0][0],1)
--- End code ---
Did the trick ;D
Many thanks.
(and now re-change all my code :-X )
PS : Strange that setlength(mymultiarray[0].[0],1) works perfectly with 2.7.1.
Martin_fr:
http://bugs.freepascal.org/view.php?id=26016
Navigation
[0] Message Index
[*] Previous page