Skip to Content
0
Former Member
Jan 24, 2017 at 09:18 PM

How to convert a string value into numeric

808 Views

Hi dear all,

( sap personas scripit ):

I have this variable credit_e="4,250,000.00" text ,string

n_credit_e = parseInt(credit_e); // is almost working but this function is returning only the integer 4

should be 4,250,000.00 ( as numeric )

Thanks,


Abilio