[fpc-pascal]How to copy a lot of data?

Jonas Maebe jonas at zeus.rug.ac.be
Wed Dec 4 11:25:16 CET 2002


On woensdag, dec 4, 2002, at 11:19 Europe/Brussels, 
memsom at interalpha.co.uk wrote:

> You could also try:
>
> procedure Move( const Source; var Dest; count : Integer );
>
> which is part of Delphi's RTL (it's in system.pas) so I would hope 
> that FPC
> implements it and that most platforms have it.

It's indeed part of the system unit, so it's available on all platforms.


Jonas





More information about the fpc-pascal mailing list