SIMPOL Documentation

compareeqdb1recs()

Description

This function compares the first record to the second and return either .true or .false depending on whether they are equal or not. If either a field data type is not the same or the values are not equivalent, then the result will be .false.

Prototype

compareeqdb1recs ( type(db1record) r1, type(db1record) r2 )

Parameters

ParameterDefault valueType nameDescription
r1Nonetype(db1record)
r2Nonetype(db1record)