Tab Split String Not Working.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xarzu
    New Member
    • Apr 2007
    • 91

    Tab Split String Not Working.

    Tab Split String Not Working.

    Please Help. I wrote a C# program that reads code one line at a time. Each line has data seperated by tabs.

    Here is what my C# code is supposed to do. The line is supposed to be split into a string array by using the "Split" string methodIt is supposed to be spit read in text one line at a time and I use the "Split" method to group the line according to the tab character.

    But, as this screen shot shows, it does not work. Any idea why?

    [imgnothumb]http://i67.photobucket .com/albums/h292/Athono/problem.png[/imgnothumb]
    Last edited by Frinavale; Aug 20 '12, 06:50 PM.
  • PsychoCoder
    Recognized Expert Contributor
    • Jul 2010
    • 465

    #2
    Why dont we start by you posting the code you're using, it could be a simple fix but without being able to see it there's not much we can do.

    Comment

    • xarzu
      New Member
      • Apr 2007
      • 91

      #3
      A Text Editor removed the tab characters without my approval or knowledge.

      Comment

      • PsychoCoder
        Recognized Expert Contributor
        • Jul 2010
        • 465

        #4
        Ok but you still havent showed us the offending code, so once again I cannot help you

        Comment

        Working...