>> Is there a function that Rezeros the elements of an array ? I don't think so but if it contains strings (for example) TMyArray = array of String; var fMyArray: TMyArray; ... for i := low(fMyArray) to high(fMyArray) do fMyArray[i] := ''; JED --------------------------------------------------------------------------- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz
- Re: [DUG]: Rezeroing Arrays jnorth
- Re: [DUG]: Rezeroing Arrays Dennis Chuah
- Re: [DUG]: Rezeroing Arrays Aaron Scott-Boddendijk