[fpc-pascal] How to assign values to a record variable?

Jonas Maebe jonas at zeus.rug.ac.be
Thu Aug 1 09:50:19 CEST 2002


On Thu, 1 Aug 2002, mili wrote:

>   Could anybody tell me that how to assign all values to a record
> typed variable? I mean that in C I can assign a struct variable

... and in Pascal you cannot. You can only initialize records when they
are declared.


Jonas





More information about the fpc-pascal mailing list