mr_e_landis
Registered User.
- Local time
- Today, 08:49
- Joined
- Feb 16, 2005
- Messages
- 28
I'm having trouble parsing a text box correctly/at all. I just sent my PC into a while loop that resulted in a killing of the access.exe so I need some help.
I have a text box containing the following text.
I have a text box containing the following text.
X:\Data\file1.txt
X:\Data\file2.txt
X:\Data\file3.txt
X:\Data\file4.txt
I need to look at this text box and as a whole value "VAR1" and parse through and return a value "VAR2" for each line until the end of the string. For example if I wanted to click a button and have a Msgbox pop up and tell me individually what each line in the text box was how would I do that? I can't seam to figure out the proper combination of while loops, and left, right, or mid statements... If anyone is a parsing expert or know of a good example somewhere its much appreciated.X:\Data\file2.txt
X:\Data\file3.txt
X:\Data\file4.txt