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_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to