Results 1 to 2 of 2

Thread: [RESOLVED] Splitting with tabs

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2005
    Location
    England
    Posts
    79

    Resolved [RESOLVED] Splitting with tabs

    I have some data I read in from a CSV file which is tab delimited...

    For my comma delimited files I use Split(",")

    Now, how do I do this for tab delimitation?

    Cheers

  2. #2
    Hyperactive Member
    Join Date
    Mar 2005
    Location
    Bath, England
    Posts
    411

    Re: Splitting with tabs

    VB Code:
    1. Split(ControlChars.Tab)

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