Man, alot of hungerian notation there... | -----Original Message----- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED] On Behalf Of mozers | Sent: den 13 juli 2006 09:01 | To: Discussion of the SciTE editor | Subject: Re: [scite] Spell Check dll | | Option Explicit | Dim objWord, exit_code, sText, sResult | | sText = WScript.StdIn.ReadAll | If len(sText) > 1 then | Set objWord = WScript.CreateObject("Word.Application") | objWord.WindowState = 2 'wdWindowStateMinimize | objWord.Visible = False | objWord.Documents.Add | objWord.Selection = sText | | If Not | objWord.CheckSpelling(objWord.ActiveDocument.Range(0,objWord.S
And so on... _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
