Results 1 to 2 of 2

Thread: lookin to break up words in a txtbx

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2001
    Posts
    8

    Question 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?


  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431
    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
  •  



Click Here to Expand Forum to Full Width