Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multi Line Editor

Status
Not open for further replies.

Negator

Programmer
Oct 4, 2003
33
RU
Hello friends!

Again I'm sorry for my simple question, but I feel myself helpless.

I need to add few lines to Multi Line Editor, but can't do anything with it :-( The only idea I got is to modify the text property. It works, but the symbol '~n' doesn't brake lines, it looks like a little rectangle symbol instead :)

What is the solution?
Thank you!!!

 
To add a carriage-return-line-feed character, type '~r~n':

String ls_Test

[tt]
ls_Test = "This is ~r~n a Test"
mle_1.Text = ls_Test
[/tt]

:)
--Lenin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top