I’m trying to fill a textbox with an amount that can be divided by 50 and with no cents.
Examples:
Amount -> 52353.85
Should Display -> 52350
Amount-> 1229.68
Should Display-> 1200
How can I modify the value?
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
add 25 to the old value if you want the number could round up