[fpc-pascal] Copying a Pchar to an array of bytes

Bo Berglund bo.berglund at gmail.com
Sun May 24 14:21:20 CEST 2020


On Tue, 19 May 2020 19:22:55 +0200, Luca Olivetti
<luca at ventoso.org> wrote:

>Move(Hello^,buffer,len)

or:
 Move(Hello[0],buffer,len);


-- 
Bo Berglund
Developer in Sweden



More information about the fpc-pascal mailing list