Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is it possible to change a negative value to a positive value?
Eg. I keep geting -127 but I want to show it as 127.
Does anyone know how to do this?
Any help is much appreciated/
Hi,
you can use "FABS" function for that.I have attached appln.Further query let me know
Thanks & Regards
Jai
Hi,
you can use "FABS" function for that.I have attached appln.Further query let me know
Thanks & Regards
Jai
Like Jai said.
FABS function is the solution in your case. Great function for a common problem.
regards