M
mostvaluableprogrammer
Hello,
I have a two lists (generic type <string>), I need to search the first list, get the result and search the second list, get the result, search the first list, etc, etc and toggle my searches back and forth between the two lists until nothing is found.
Has anyone written a recursive search like this before ?
Any help would be appreciated.
Sincerely,
Matt
I have a two lists (generic type <string>), I need to search the first list, get the result and search the second list, get the result, search the first list, etc, etc and toggle my searches back and forth between the two lists until nothing is found.
Has anyone written a recursive search like this before ?
Any help would be appreciated.
Sincerely,
Matt