I am looking for the correct expression to ignore the 4th character after a decimal. ie:
43.5697, 45.7089 <-- I want to only ignore the 4th decimal in every case.
42.6785
56.7089
Please help!
Thanks,
Dave
43.5697, 45.7089 <-- I want to only ignore the 4th decimal in every case.
42.6785
56.7089
Please help!
Thanks,
Dave
Comment