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