I'm using something like this:
vb.net Code:
Dim tmp As String = RichTextBox.Text tmp = tmp.Replace("[", "{") tmp = tmp.Replace(Space(1), "_")
How do I find all the "Enters" and replace them with a "^"?
I have tried vbcrlf and chr(13), but nothing
|
Results 1 to 5 of 5
Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |