Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have a text box which displays a value on megabytes, the data ranged between 2-12 digits , i dont want the data to display after the decimal point , how do i format this , for eg: the values is 12,349.23456, i just want 12,349
Please Help
Use the num() function, have a look in help to see how to format this
The simpliest way is to use floor() function. Just keep in mind that is not the same as rounding.
thank you !
thank you !