[an error occurred while processing this directive]

HP OpenVMS Systems

ask the wizard
Content starts here

Pascal programming?

» close window

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.

answer written or last revised on ( 5-APR-2000 )

» close window