I want to modify a single item of an Array of TVarRec.

 I suspect I need to iterate through each element (except my nonidentical
element) and create a new Array to achieve this (I may need to change one
element before supplying the array to the TDataset.InsertRecord method). I
assume that SecondArray[1] := FirstArray[1] will copy elements across arrays
and that for the nonidentical element, rather than SecondArray[X] := 123, I
need to pass it a TvarRec.

Am I on the correct path here? Any pointers would be appreciated before I
trot down this path.

Thanks

James Low
Programmer
Baycom Software Laboratories
ph: 07 575 6602, fax 07 575 6616


---------------------------------------------------------------------------
    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