Results 1 to 4 of 4

Thread: [RESOLVED] Split up a text string

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2006
    Posts
    5

    Resolved [RESOLVED] Split up a text string

    Hi,

    I have a string like this: "Ole Hansen"

    The value in the string is not static it can be like this "Hugo Jensen"

    Is it possible to split it op when there is a space???

    Any help will be appreciated

  2. #2
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    Re: Split up a text string

    Use Split function to Split the Text. Syntax
    VB Code:
    1. Split(string, delimeter)
    Use [code] source code here[/code] tags when you post source code.

    My Articles

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2006
    Posts
    5

    Re: Split up a text string

    Thx

    That works perfect

  4. #4
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    Re: Split up a text string

    You are welcome

    If your problem is resolved please mark your thread resolved by Opening Thread Tools, and selecting Mark Thread Resolved.
    Use [code] source code here[/code] tags when you post source code.

    My Articles

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