KingofSnake
Programmer
I have a multiline text box, and what I want to do is have something to convert all the text down to one line. For example:
If I have this in my text box:
line1
line2
line3
lastline
I want it to look like this:
line1line2line3lastline
I figured all I'd have to do is search every charcter in the text box and replace all chr$(13)'s with "", but that didn't work. What should I do?
KingOfSnake - The only sports drink with ice crystals
(and marshmellos!)
If I have this in my text box:
line1
line2
line3
lastline
I want it to look like this:
line1line2line3lastline
I figured all I'd have to do is search every charcter in the text box and replace all chr$(13)'s with "", but that didn't work. What should I do?
KingOfSnake - The only sports drink with ice crystals
(and marshmellos!)