You might want to add: (I don't know if this is the correct syntax) - for each char --- IF (asc(char) < 33 or asc(char) > 126) delete char
Note that the above will remove SPACE characters, so you might want "< 32". -- <http://forum.pspad.com/read.php?2,54381,54486> PSPad freeware editor http://www.pspad.com
