[Lazarus] Got "Pointer", expected "Open Array Of Char"

Florian Klämpfl florian at freepascal.org
Mon Jan 14 08:51:06 CET 2013



leledumbo <leledumbo_cool at yahoo.co.id> schrieb:

>Actually, rather than continuing this, if what you need is only to copy
>a
>dynamic array then you can simply:
>
>dst := Copy(src,0,Length(src));

dst:=Copy(src);

works as well. 







More information about the Lazarus mailing list