Question
Need help with rounding up a number
In my codes, there is a loop and when I cfdump the value, it
looks like this:
2.0,.3.0,4.0, all the way to 32.0, etc
I need to use these number in a For Loop from="1" to="#ThisNumber#" but first I need to round it up so ThisNumber will come out as a whole number and not with the dot zero
Is there a function in CF that can do this? Please help!
2.0,.3.0,4.0, all the way to 32.0, etc
I need to use these number in a For Loop from="1" to="#ThisNumber#" but first I need to round it up so ThisNumber will come out as a whole number and not with the dot zero
Is there a function in CF that can do this? Please help!