How do I delete rows of characters in a body of text?

Discussion in 'Programming General' started by Snowboard-Ninja, Feb 22, 2009.

How do I delete rows of characters in a body of text?
  1. Unread #1 - Feb 22, 2009 at 9:07 PM
  2. Snowboard-Ninja
    Joined:
    Oct 11, 2008
    Posts:
    1,134
    Referrals:
    6
    Sythe Gold:
    0

    Snowboard-Ninja Guru
    Banned

    How do I delete rows of characters in a body of text?

    I have a list of over 1000 usernames I bought, and I am using them in a bot my friend created. The usernames have to be in the format of

    Username
    Username
    Username
    Username

    But they are in the format of

    1786 Username
    1787 Username
    1788 Username
    1789 Username

    I was wondering if there is any way to just delete a whole entire row of text. If you are able, perhaps I could give you the text document and you could help me out!!! Thanks guys...

    Snowboard-Ninja.
     
  3. Unread #2 - Feb 22, 2009 at 10:29 PM
  4. Nullware
    Joined:
    Jan 30, 2007
    Posts:
    1,761
    Referrals:
    4
    Sythe Gold:
    0

    Nullware Guru

    How do I delete rows of characters in a body of text?

    First off, you mean an entire column...

    1) Open your file with notepad.
    2) Press Control+H or go to Edit -> Replace.
    3) In the first box put " " and in the second box put "," (both without quotation marks - this will replace all the spaces by commas).
    4) Save the file as whatever you want with a .csv extension (this identifies it as a comma separated value file).
    5) Open your .csv file with Microsoft Excel or just about any spreadsheet viewer and it will separate the numbers into one column and the usernames into another column. Just copy the username column since that's what you want.
     
  5. Unread #3 - Feb 23, 2009 at 3:25 AM
  6. Snowboard-Ninja
    Joined:
    Oct 11, 2008
    Posts:
    1,134
    Referrals:
    6
    Sythe Gold:
    0

    Snowboard-Ninja Guru
    Banned

    How do I delete rows of characters in a body of text?

    Pure genious!!!

    Worked like a charm THANK YOU!
     
  7. Unread #4 - Feb 23, 2009 at 9:12 AM
  8. Nullware
    Joined:
    Jan 30, 2007
    Posts:
    1,761
    Referrals:
    4
    Sythe Gold:
    0

    Nullware Guru

    How do I delete rows of characters in a body of text?

    It's what I do.;)
     
  9. Unread #5 - Mar 2, 2009 at 4:49 PM
  10. hampe-92
    Joined:
    Jul 10, 2008
    Posts:
    328
    Referrals:
    0
    Sythe Gold:
    0

    hampe-92 Forum Addict

    How do I delete rows of characters in a body of text?

    that's new, and usefull, and i've never thought of that before and it might come in handy, and thx :)
     
< explain this please | Are there any free/cheap programs? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site