Re: [fpc-pascal] Copy and Dynamic Arrays

2007-02-01 Thread Florian Klaempfl
Graeme Geldenhuys schrieb: > Hi, > > How do I copy Dynamic Arrays? I can't do what I used to in Delphi, > using the Copy() function, as FPC keeps telling me I have the wrong > number of parameters. > > Doesn't FPC supporting copying dynamic arrays? > > I have the following code which works in D

Re: [fpc-pascal] Copy and Dynamic Arrays

2007-01-31 Thread Henry Vermaak
Hi, How do I copy Dynamic Arrays? I can't do what I used to in Delphi, using the Copy() function, as FPC keeps telling me I have the wrong number of parameters. Doesn't FPC supporting copying dynamic arrays? I have the following code which works in Delphi - procedure TSome

[fpc-pascal] Copy and Dynamic Arrays

2007-01-31 Thread Graeme Geldenhuys
Hi, How do I copy Dynamic Arrays? I can't do what I used to in Delphi, using the Copy() function, as FPC keeps telling me I have the wrong number of parameters. Doesn't FPC supporting copying dynamic arrays? I have the following code which works in Delphi - procedure TSome