[fpc-pascal] Re: How to create this "union" ?

Jonas Maebe jonas.maebe at elis.ugent.be
Mon Dec 26 19:30:15 CET 2011


On 26 Dec 2011, at 19:12, ik wrote:

> I have a first union. But on records we do not end case with "end". and
> beneath the union, I have to place another union, or another fields that is
> not part of the union.
> How can I do that ?

You have to create an extra nested record that contains that union.


Jonas



More information about the fpc-pascal mailing list