[fpc-pascal] cloning data containers

Marc Santhoff M.Santhoff at web.de
Sat Dec 27 17:14:57 CET 2014


On Sa, 2014-12-27 at 16:45 +0100, Bart wrote:
> On 12/27/14, Marc Santhoff <M.Santhoff at web.de> wrote:
> 
> > function clone(data_in: a_record): a_record;
> > var
> >   data: Pa_record;
> > begin
> >   new(data);
>      data^ := data_in;  //should work*
> > end;
> 
> * Might not be a good idea if data contains a class(reference).

Oops, I just typed that away and did not hit CTRL-F9 - which is useless
in the mailer anyway. ;)

-- 
Marc Santhoff <M.Santhoff at web.de>




More information about the fpc-pascal mailing list