Skip to Content
0
Dec 16, 2011 at 12:30 PM

Get a line

31 Views

Hy everybody,

I want to send an email and i need to get the line. For example:

text line 1

text line 3

text line 4

..

In visual basic we could do:

Dim mensaje As String = TextBox1.Text.Replace(vbCrLf, "<br />")

but, in SBO, which is the caracther?

Thanks a lot