Results 1 to 4 of 4

Thread: [RESOLVED] How to Write Listbox Items to One Line?

Threaded View

  1. #1

    Thread Starter
    Lively Member SLeePYG72786's Avatar
    Join Date
    Sep 2010
    Posts
    66

    Resolved [RESOLVED] How to Write Listbox Items to One Line?



    I need to know how to write the items in the right listbox to a .txt file using StreamWriter. I need the output line to resemble:
    Code:
    "set sv_mapRotation map mp_abandon map mp_afghan map mp_boneyard map mp_brecourt map mp_checkpoint map mp_complex map mp_crash"
    The order should be just like it is in the right listbox.


    This is the code that I have set up to begin this:
    Code:
    myWriter.WriteLine("set sv_mapRotation" + " " + """" + """")
    If you need more information please let me know. I'd be more than willing to provide it. Sorry I can't be more detailed at the moment as I'm in a rush.

    Any and all help is appreciated.
    Last edited by SLeePYG72786; Apr 10th, 2011 at 10:00 AM.

Tags for this Thread

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