Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9269

Re: how to remove two zeros after seven 5,456,200,700.00

$
0
0

Hi,

 

WHILE v_mod = 0.

n = n / 10.

v_mod =  v_mod + n % 10.

IF v_mod > 0.

EXIT.

ENDIF.

ENDWHILE.

 

Now use value of n, which should give you value without trailing zeros.

 

Regards,

KS


Viewing all articles
Browse latest Browse all 9269

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>