Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to use tab as spritter in text file. [modified]

How to use tab as spritter in text file. [modified]

Scheduled Pinned Locked Moved ASP.NET
data-structureshelptutorial
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Junior Boy
    wrote on last edited by
    #1

    Hi all you guys. I have been trying to use tab as spriter in text file. I declared the variable like this... char[] spriter = new Char[] { ' ', ',', ';', '"', '\\', '|'}; In the order i can sprit text with ' '(space) ,(comma) : (semicolon) and others as in the array. but I don't how to declare the TAB. Anybody who knows this please help me. Thank you very much. -- modified at 5:29 Monday 4th June, 2007

    junior boy

    A P 2 Replies Last reply
    0
    • J Junior Boy

      Hi all you guys. I have been trying to use tab as spriter in text file. I declared the variable like this... char[] spriter = new Char[] { ' ', ',', ';', '"', '\\', '|'}; In the order i can sprit text with ' '(space) ,(comma) : (semicolon) and others as in the array. but I don't how to declare the TAB. Anybody who knows this please help me. Thank you very much. -- modified at 5:29 Monday 4th June, 2007

      junior boy

      A Offline
      A Offline
      andyharman
      wrote on last edited by
      #2

      Try '\t'

      1 Reply Last reply
      0
      • J Junior Boy

        Hi all you guys. I have been trying to use tab as spriter in text file. I declared the variable like this... char[] spriter = new Char[] { ' ', ',', ';', '"', '\\', '|'}; In the order i can sprit text with ' '(space) ,(comma) : (semicolon) and others as in the array. but I don't how to declare the TAB. Anybody who knows this please help me. Thank you very much. -- modified at 5:29 Monday 4th June, 2007

        junior boy

        P Offline
        P Offline
        Parwej Ahamad
        wrote on last edited by
        #3

        Or 8 space is equal to 1 Tab. 8 space or \t

        Parwej Ahamad g_parwez@rediffmail.com

        J 1 Reply Last reply
        0
        • P Parwej Ahamad

          Or 8 space is equal to 1 Tab. 8 space or \t

          Parwej Ahamad g_parwez@rediffmail.com

          J Offline
          J Offline
          Junior Boy
          wrote on last edited by
          #4

          Thank you very much all you guys. Actually I have tried to use \t but when I declared I used '\\t' because I am using C# .net but I got error and I was wrong. Now i know more about \ I am really preciated your help. Thank you million :)

          junior boy

          P 1 Reply Last reply
          0
          • J Junior Boy

            Thank you very much all you guys. Actually I have tried to use \t but when I declared I used '\\t' because I am using C# .net but I got error and I was wrong. Now i know more about \ I am really preciated your help. Thank you million :)

            junior boy

            P Offline
            P Offline
            Parwej Ahamad
            wrote on last edited by
            #5

            Check with 8 space ( '8 space' ) this equal with 1 tab.

            Parwej Ahamad g_parwez@rediffmail.com

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups