hi could someone help me with something please... i'm not sure if this is the correct/best command to use but i'm after doing the following
I want to open a document, remove all numbers and spaces, then at the end of each line add ".com"
So, if the data was:
00001 austin texas
00002 dallas texas
That I would get a file with:
austintexas.com
dallastexas.com
i can do the input and output fine its the convertion of the string etc..