Results 1 to 2 of 2

Thread: How do i detect multiple strings in a textbox?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2003
    Posts
    98

    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?

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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
  •  



Click Here to Expand Forum to Full Width