  Pascal programming? 
 The Question is:
 
 
Is there a mean to compare two records in Pascal other than comparing each
 field of the record ?
 
 
 The Answer is:
 
  Perform a block comparision of the raw record data?
  If not in Pascal, then via a call to one of the
  STR$COMPARE family of routines, or similar call.
