Robert Orlini wrote:
> I'm using dollarformat to convert prices. However, if I user inputs a
> large price with a comma, such as 1,200.00 it generates a "cannot
> convert number" error. To save time, what is the best way to allow a
> user to enter a comma and still be able to calculate the price against a
> quantity.
How about:
#Replace(inputVar,",","","ALL")#
Just remove the commas
- Rick
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
- Comma in price Robert Orlini
- Re: Comma in price Claude Schneegans
- RE: Comma in price Rick Root
- RE: Comma in price Robert Orlini
- Re: Comma in price Jas Panesar