Subj : next question.
To   : Chris Hoppman
From : mark lewis
Date : Mon Dec 15 2003 11:35 pm

CH> Which is faster..

CH> type
CH>  UsersRec = record
CH>    FirstName : String[35];
CH>    LastName  : Stirng[35];
CH>    Alias     : String[60];
CH>    Password  : String[12];
CH>   end;{record usersrec}

CH> Var
CH>   Users : File of UsersRec;
CH>   Users : UsersRec;
CH> begin
CH> {etc etc}

CH> end.

CH> Or the same, but using pointers.

dunno that speed is really a factor... the type of memory used is different,
though...

)\/(ark


* Origin: (1:3634/12)