Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiline string correct in messagebox but in multiline-control it's one line...
#1
I have a multi-line string that shows correct in a message-box but when shown in an multi-line control it shows as one line.
Is there a way to resolve this?
When I do "out" it also shows correctly. Only in an multi-line control it shows as one line.
#2
Maybe need some markup, eg HTML <p>text</p> or <br>.

Some controls recognize only \r\n newlines ([] in QM), and not single \n.
#3
It works now!
In stead of .replacerx("\r\n" "[]") I did the following: .replacerx("\n" "[]")

Thank you!


Forum Jump:


Users browsing this thread: 1 Guest(s)