C Charlie Dec 5, 2003 #1 I'm looking for the function in ADP that is similar to the INT function. I need just the integer/whole value of a number.
I'm looking for the function in ADP that is similar to the INT function. I need just the integer/whole value of a number.
J J. M. De Moor Dec 5, 2003 #2 Charlie I'm looking for the function in ADP that is similar to the INT function. I need just the integer/whole value of a number. Click to expand... If by ADP you mean using SQL, then consider CAST(my_numb AS INT). Joe
Charlie I'm looking for the function in ADP that is similar to the INT function. I need just the integer/whole value of a number. Click to expand... If by ADP you mean using SQL, then consider CAST(my_numb AS INT). Joe