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:
The order should be just like it is in the right listbox.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"
This is the code that I have set up to begin this:
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.Code:myWriter.WriteLine("set sv_mapRotation" + " " + """" + """")
Any and all help is appreciated.





Reply With Quote
