cocoflop
18-05-2007, 16:35
Hello,
I have a large square textbox (multilined, %ES_MULTILINE), do you know how can I break the string contained in this text box into paragraphs?.
Perhaps there should be some escape characters I don't know how to use, like Java uses "\n" sequence. I tried also a more basic-style programming method like
textfield = "First line" +CHR$(13)+ "Second Line"
but this example I think it only works in a console window, in the textbox returns this character |.
I have a large square textbox (multilined, %ES_MULTILINE), do you know how can I break the string contained in this text box into paragraphs?.
Perhaps there should be some escape characters I don't know how to use, like Java uses "\n" sequence. I tried also a more basic-style programming method like
textfield = "First line" +CHR$(13)+ "Second Line"
but this example I think it only works in a console window, in the textbox returns this character |.