In our previous episode, Jonas Maebe said: > > On 02 Mar 2010, at 09:14, Joost van der Sluis wrote: > > > I want to define a constant record, but the record contains an array. > > More specifically, a dynamic array. > > > Is that possible? > > Only with static arrays.
.. or with empty dyn array. If you fill the dyn array field with "NIL" it will be accepted in both FPC and Delphi. _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
