clanman: -------------------------------------------------------------------------------- list of VBScript methods and properties which PSPad is currently missing. --------------------------------------------------------------------------------
It's because that are not VBScript members but from WshShell object and FileSystem object and items from WScript scripting host. One would use them like: WScript.Quit WshShell.RegRead FSO.OpenTextFile ... file.AtEndOfLine But it could not harm to include them. You can even do that your own in "\PSPad\Syntax\VBScript.ini" -- <http://forum.pspad.com/read.php?2,56468,56484> PSPad freeware editor http://www.pspad.com
