|
-
Jun 26th, 2003, 10:21 PM
#1
Thread Starter
Lively Member
How do i detect multiple strings in a textbox?
Self explainitory, i know how to find the first string, but not the ones after, can someone help?
-
Jun 27th, 2003, 01:07 AM
#2
PowerPoster
You can use the Split function and use the space as the delimiter. You will get an array of strings, and the first one in the array is the one you want.
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
|