Function Compares with another object
Example mydiffs =
s10delta( myobj ).
Format data:
  myobj type /s10/any,
  mydiffs type i.

mydiffs =
  s10delta( myobj ).
Parameters
Name Type Description
obj /s10/any
S10 object to compare with
diffs i
Number of different attributes
Description s10delta() compares all attributes of the passed object that have the same name and are not object references or tables, and returns the number of unequal attributes.
Components S10 Framework