[fpc-devel] MoveChars - docs.embarcadero.com ...

Jonas Maebe jonas.maebe at elis.ugent.be
Sun Jul 22 12:13:39 CEST 2012


On 22 Jul 2012, at 04:54, silvioprog wrote:

> There MoveChars* function (or similar) native on Free Pascal?
> 
> (*) - http://docs.embarcadero.com/products/rad_studio/delphiAndcpp2009/HelpUpdate2/EN/html/delphivclwin32/System_MoveChars.html

As far as I can tell,

  MoveChars(Source,Dest,Length);

is exactly the same as

  Move(Source,Dest,Length*2);


Jonas


More information about the fpc-devel mailing list