Hello, I am trying to convert an amount field from character to numeric using input function but unable to do. Getting error Invalid argument to input function. I have tried commaw.d , bestw.d informats as well but its not working. amount=input(amount_old,20.2); example: data in amount_old field 23.45 12,300.56 123,123.23 Thanks in advance.
... View more