Calculation using an editbox
Posted: Wed Jan 08, 2025 4:16 pm
Hi
I have three editboxes, the third of which is a calculation of the inputted values of 1 & 2
That part works fine, however i want the result to be rounded up to a whole number as currently the decimal places run to infinite
Javscript does this using the script Math.round(x)
I have set a chnage event for Editbox 3 to run that Javascript, but it doesn't
Can anyone help please
I have three editboxes, the third of which is a calculation of the inputted values of 1 & 2
That part works fine, however i want the result to be rounded up to a whole number as currently the decimal places run to infinite
Javscript does this using the script Math.round(x)
I have set a chnage event for Editbox 3 to run that Javascript, but it doesn't
Can anyone help please