[progress Communities] [progress Openedge Abl] Forum Post: Re: Adding Values Gives Error

  • Thread starter Thread starter mysteryminds
  • Start date Start date
Status
Not open for further replies.
M

mysteryminds

Guest
I did try that earlier.. Somehow when doing that it removes even the currency values function wrapper() { var num = parseFloat( $ 0.00 ) + parseFloat( $ 0.00 ); rbv_api.formatCurrency(number, currSymbol, decPlaces, decSeparator, thSeparator); var n = num.toFixed(2); n = rbv_api.formatCurrency(n); return n; } wrapper();

Continue reading...
 
Status
Not open for further replies.
Back
Top