|
-
Mar 25th, 2010, 12:34 PM
#16
Thread Starter
Member
Re: Enumerator, What is it?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|