Search Results

3
votes
6answers
378 views

replace characters in a file (faster method)

We often replace non-desirable characters in a file with another "good" character. The interface is: procedure cleanfileASCII2(vfilename: string; vgood: integer; voutfilenam …