[fpc-pascal] How to Copy a Record data to a buffer?

Matthias K. makadev at googlemail.com
Sat Oct 10 12:35:42 CEST 2009


Hi,
For the Move solution, use "Move( SendBuffer, rcvData[0], count )"..
Same common mistake with <dynamic array var>[0].

sry



More information about the fpc-pascal mailing list