Hi, me again, I have been trying to convert the decimal values I have into round numbers without succes
I have tried the following :
text = Int(text)
and
text = Convert.toInt32(text)
also,
Round.text (from java script) dont work either.
____________________________
example: I have 24.5, I want to output 25 (round number without decimals)
#XPression