|
-
May 5th, 2001, 06:55 PM
#1
Thread Starter
New Member
lookin to break up words in a txtbx
situation:
I have a txtbox that will have several words inputed by the user
Problem:
I know how to find the first space(" ")inbetwn the first two words, how can I find the rest of them so that I can evaluate each word seperately?
-
May 5th, 2001, 07:04 PM
#2
You can use the Split function, or step through the string character by character in a loop looking for a space, or use Mid$ in a loop, using the first found space as the starting position of the next loop, etc.
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
|