As "Option Explicit" is set in the header of the script, everything have to be dimensioned:
simply write a "Dim oWord" in the header of the replaced function (e.g. for other used variables). Otherwise delete "Option Explicit" will also works. sorry my fault (I always delete "Option Explicit")! -- <http://forum.pspad.com/read.php?2,56586,56704> PSPad freeware editor http://www.pspad.com
