Skip to Content
0
Former Member
May 14, 2008 at 10:44 AM

Convert figure in lakhs.

365 Views

hi i have a variable as below

p_value = 500000

i want to convert it into lakhs , i have writeen below statement but it is not converting.

p_value = p_value / 100000.

is there any function available ???