Results 1 to 9 of 9

Thread: [2008] Split a string into several pieces

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2007
    Posts
    73

    Question [2008] Split a string into several pieces

    Hey, I'm using this code:

    Code:
    Dim data() As String = Message.Split("|"c)
    which gives me two strings, data(0) and data(1), but I want to be able to get data(2) etc.

    any ideas on how to do this?

    Thanks
    Last edited by want a pie; Nov 23rd, 2008 at 12:31 AM.

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