[fpc-pascal] dynamic array contents and system.move

Florian Klaempfl florian at freepascal.org
Tue Apr 27 00:37:05 CEST 2010


Jürgen Hestermann schrieb:
>> A file type is actually also a record and you cannot access the fields
>> without an explict type cast.
> 
> At least a file identifier always means the same memory address (where
> the record data is stored). If needed (for some special purpose) I *can*
> typecast it because I know the address of the data (@myfile). But when
> using the identifier of a dynamic array then this identifier does not
> always mean the same address of the array but sometimes means the
> pointer to it.

What nonsense is this? I fear you've simply no clue about the usage,
internals and purpose of dyn. arrays so I stop this discussion.



More information about the fpc-pascal mailing list