Ross

Use the Move procedure in the system unit. Allocate the required memory
space using SetLength on a new dynamic array and then

     Move(SourceArray,DestArray,Sizeof(SourceArray));

Should work OK

Paul Lowman

Lowman Consulting Ltd.
Embedded Systems & Software

[EMAIL PROTECTED]

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to