markus_humm
14 years agoOccasional Contributor
Log.Message with multiline
Hello,
I'm using Delphi Script. I can write the contents of a ComboBox into the log via
log.Message(combo.wItemList);
This writes the items as multiline text into the log. According to the documentation
log.Message doesn't support multiline text as first parameter.
I want to have a text prefix that wItemList, but in it's own line like:
My text
item1
item2
item3
log.Message('MyText '+wItemList); obviously doesn't do the trick.
How can wItemList do this?
Greetings
Markus
I'm using Delphi Script. I can write the contents of a ComboBox into the log via
log.Message(combo.wItemList);
This writes the items as multiline text into the log. According to the documentation
log.Message doesn't support multiline text as first parameter.
I want to have a text prefix that wItemList, but in it's own line like:
My text
item1
item2
item3
log.Message('MyText '+wItemList); obviously doesn't do the trick.
How can wItemList do this?
Greetings
Markus