Close

Results 1 to 7 of 7
  1. #1
    DF Super Moderator {{909}}'s Avatar
    Join Date
    Apr 2001
    Location
    China
    Posts
    16,232
    Thanks
    396
    Thanked:        1,385
    Karma Level
    1343

    Default how can i reorder a list onto 1 line with ; seperating the words?

    stupid topic, stupid task, stupid hangover

    i have a list of emails, which i want to change from a standard list format, so theyre all on one line with just a ; seperating them, eg:

    dick@head.com
    hang@over.com
    homebrew@cider.com

    to

    dick@head.com;hang@over.com;homebrew@cider.com

    im not too clued up with word and the likes, but i would guess theres a method in that

    cheers

  2. #2
    DF VIP Member -NEO-'s Avatar
    Join Date
    Dec 2003
    Location
    Barnsley, UK
    Posts
    564
    Thanks
    0
    Thanked:        0
    Karma Level
    283

    Default Re: how can i reorder a list onto 1 line with ; seperating the words?

    I think it would be best done in the .txt format (Notpad) so that whatever program you want to read it, can!

    As for putting a ; separator, without any thirdparty software, i think you would have to do it manually!

    If you had any other different characters, you could have used the "Find and replace" function. So it looks like you might have to do it manually!
    -
    Impossible Is Nothing!
    SleepWhenYourDeaad

  3. #3
    DF VIP Member /dev/null's Avatar
    Join Date
    Feb 2004
    Location
    Behind You
    Posts
    2,952
    Thanks
    0
    Thanked:        0
    Karma Level
    453

    Default Re: how can i reorder a list onto 1 line with ; seperating the words?

    I'm off to the pub to watch football now, however if you wait till when I get back later on then I'll make you an app to do it. In the mean time, if there's anything else you want in it, let me know!

    john

  4. #4
    DF VIP Member reverend's Avatar
    Join Date
    Feb 2006
    Location
    On the couch
    Posts
    2,615
    Thanks
    181
    Thanked:        452
    Karma Level
    405

    Default Re: how can i reorder a list onto 1 line with ; seperating the words?

    Mate there is actually is a piss easy way in Word, just make it display the special characters, and it will display the carriage / return codes as some symbol, just copy one, then go into search / replace, paste your special character into the search box and enter the semicolon as the replacement and replace all - job done!

    And if you spam me I'm coming round your house and slapping you lol

  5. #5
    DF Super Moderator {{909}}'s Avatar
    Join Date
    Apr 2001
    Location
    China
    Posts
    16,232
    Thanks
    396
    Thanked:        1,385
    Karma Level
    1343

    Default Re: how can i reorder a list onto 1 line with ; seperating the words?

    heh, cheers reverend, only malaysia is getting spammed so your safe.

    ill try that, thanks to john keymer too for his offer, if the word trick doesnt work for some reason ill let you know

    thanks again guys

  6. #6
    DF VIP Member /dev/null's Avatar
    Join Date
    Feb 2004
    Location
    Behind You
    Posts
    2,952
    Thanks
    0
    Thanked:        0
    Karma Level
    453

    Default Re: how can i reorder a list onto 1 line with ; seperating the words?

    If you're stuck then use this...

    Code:
    Usage: Lines [inFile] [outFile]
    eg:
    Code:
    Lines emails.txt out.txt
    -John
    Last edited by /dev/null; 9th November 2006 at 01:34 PM.

  7. #7
    DF Super Moderator {{909}}'s Avatar
    Join Date
    Apr 2001
    Location
    China
    Posts
    16,232
    Thanks
    396
    Thanked:        1,385
    Karma Level
    1343

    Default Re: how can i reorder a list onto 1 line with ; seperating the words?

    thanks john, ill give it a whirl, just downloading office at the mo

Similar Threads

  1. Replies: 1
    Last Post: 7th September 2002, 12:09 AM

Social Networking Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •