using 2 dictionaries
#1
I have two dictionaries (each consisting of only 4 letter words).

I have tried unsuccessfully to create a rule to append the two digits to the end of the first dictionary, and then run that against the second dictionary, without success.

Example of what I want to test hashes against:

dict1 test talk dict2 june july
test00june
test01june
....
test00july
test01july
....
talk00june
talk01june
....
talk00july
talk01july

Appreciate help.


Messages In This Thread
using 2 dictionaries - by mayberryman - 03-31-2013, 06:50 PM
RE: using 2 dictionaries - by Incisive - 03-31-2013, 09:16 PM
RE: using 2 dictionaries - by mayberryman - 04-02-2013, 10:19 PM