You need to sign in to do that
Don't have an account?

Format to take out decimals
Please help me with the formating double type:
===================================
_mlength=qrdr.records[i].Blade_Length_mm__c; ==> returns 19.0
How can I get format it to display just ==> 19 ?
Thanks for your help

try using parseInt

Thanks a lot. IT'S WORKING!!!!