Meg

Is this an example of the program building an Enumeration? Building a List. The Enumerator is stepping thru the Enumeration looking for the words with the letter "o" in it.


If so this seems to be how the find and replace works for a word editing function in a word or text document.

Am I on the right track?


Is "Long long ago in a galaxy far far away" an Array? String Array?

Dim WordArray() As String = Split(Words) , Does this break down the string into words? Does the space between the words signify where the split is?

From n In WordArray _ , What does the "n" mean or do? This part lost me