Two questions...
1. How do I find and remove a character in a string?
For example with "1,200,000" I need to strip off the commas.
2. How would I insert a character?
For example with "18000" I need to insert a dot before last 2 digits (180.00).
Last 2 digits will not always be zeros.
