Hi Richard,

Thank you for the quick reply. I cannot change the type of the column. The
tables are user defined and need to be matched with other user defined
tables. The values are always integers but can be in any type of column.

So I have to detect integers in order to avoid the .0 How do others on this
list deal with this problem?

Paul.

>
> What is the best way to check for integers? (fabs(val)<LLONG_MAX) &&
> modf(val, &intpart)<EPSILON  ?
>

Reply via email to