Hello, I need to read out as currency a database entry that is like $1,700.00 in the database. Getting rid of the $ is easy with the substring command, but how do I strip out the , since it may not always be the 3rd digit or even exist at all? Thanks, -Patrick