Search the Community
Showing results for tags 'Dictionary'.
-
-
-
Can someone please say me what i'm missing here? this little problem is driving me crazy! i feel so stupid that i have to ask this but why does this script thinks that "=" doesn't exist inside the dictionary? $regex = ObjCreate("VBScript.RegExp") $regex.Pattern = "=" $regex.Global = True $regex...
- 4 replies
-
- regex
- dictionary
-
(and 1 more)
Tagged with:
-
Hello, I would like to know, how can I add any unknown word into Ms Word 2010's custom dictionary via Word COM Object? As we can do by selecting "Add to dictionary" option from context menu of Word. Thanks.
- 4 replies
-
- word
- dictionary
-
(and 1 more)
Tagged with:
-
If you don't like dealing with Scripting.dictionary you might want to try out this thing I whipped up yesterday evening and this morning. Basically just a simple wrapper around Scripting.dictionary to make the API a little bit less stupid. By "stupid" I mean "not like the awesome Python dict API"...
- 3 replies
-
- dictionary
- associative array
-
(and 2 more)
Tagged with:
-
Is there a way to share a Scripting.Dictionary object between scripts? I was thinking this would be possible with COM, but I'm not familiar enough with it to do so... Or is there a better way to share objects between programs? What about sharing arrays?
- 2 replies
-
- Scripting.Dictionary
- COM
-
(and 3 more)
Tagged with:
-
Here are Twotoo stupid scripts, You need the attached wordlist file for it to work. I only tested with autoit3 beta and XP. I was just playing around with things that could be done with a wordlist. I might make some games with a wordlist, but this one just has too many words that are uncommon....