Working with Numbers
Posted: Sun Oct 18, 2009 5:03 pm
-94.1476, 36.3341,
-94.981617, 35.881339,
-94.22168, 36.36895,
-97.480064, 25.921765,
-104.6628, 38.23505,
This is a short section of hundreds of records in a large text file.
I want to add two zero's to the end of both sets of all numbers when the numbers only have four decimal places. -94.1476, will become -94.147600, and -104.6638 becomes -104.662800. i.e. I don't want to effect the numbers that already have six decimal places.
I really am having a hard time understanding how to work with numbers. Mostly with the Replace part of the Find/Replace.
If anyone can help, it will be really appreciated.
Thanks, Bob
-94.981617, 35.881339,
-94.22168, 36.36895,
-97.480064, 25.921765,
-104.6628, 38.23505,
This is a short section of hundreds of records in a large text file.
I want to add two zero's to the end of both sets of all numbers when the numbers only have four decimal places. -94.1476, will become -94.147600, and -104.6638 becomes -104.662800. i.e. I don't want to effect the numbers that already have six decimal places.
I really am having a hard time understanding how to work with numbers. Mostly with the Replace part of the Find/Replace.
If anyone can help, it will be really appreciated.
Thanks, Bob