Results 1 to 3 of 3

Thread: What a StringTokenizer do

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    12

    Smile

    A StringTokenizer takes a String as a parameter in the constructor
    Then you can separate each words of the String (Unless the separator you've choosen is space)
    In other words, you can take out all the subString that are beetween two separators in one big String

  2. #2
    Fanatic Member
    Join Date
    Mar 2000
    Location
    That posh bit of England known as Buckinghamshire
    Posts
    658
    I think you are talking about the Split Function.

    This will split up a string into an array of strings, based on a delimeter.

    For example. You could break up on spaces or cariage returns.
    Iain, thats with an i by the way!

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    12

    Talking Thank you !!

    That's it !

    Thanks
    Gilles

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