[fpc-pascal] Best way to insert bytes into a TBytes variable?

Michael Schnell mschnell at lumino.de
Fri Jul 28 09:48:57 CEST 2017


On 25.07.2017 18:00, Martok wrote:
> ... FPC's intrinsics such as Insert() can already work with arrays:
Nonetheless, IMHO using single-Byte Strings (UTF-8 or RawByte, as a 
proper "uncoded" string type brand does not exist), seems more 
convenient, especially, as here we have lazy copy on top of ref counting.

-Michael



More information about the fpc-pascal mailing list