The assumption I made was that the GETPROPERTY target component was in
fact an integer field. The GETPROPERTY returns a text value no matter
what the type of the data element. So using GETPROPERTY on a customer
number returns a text value and INT() converts that value back to INTEGER.
Albert
Doug Hamilton wrote:
Bill & Albert - INT Truncates a number that has a REAL, DOUBLE, or
CURRENCY data type, returning a value that has an INTEGER data type.
It doesn't convert text which is what the GETPROPERTY returns.
I think.
Doug