what is the code for searching for and removing a blank line in a multi-line text box? im using VB Express '08 and can not figure it out.
my problem is im loading a sample.text file and using txtFile.AppendText(ControlChars.NewLine & activetext & ",")
to add new text from user input and get a blank line that causes problems when converting the text into my array. it looks like this:
info,info
info,info
info,info
info,info
info,info
info,info
info,info
info,info
please HELP! i am out of ideas and everything else is working except this. all i need is that blank line to go away. lol
any ideas or suggestions would be most appreciated.
can post more of my code if needed.