Escaping a single quote in a Script
nonitex opened this issue · 1 comments
nonitex commented
Trying to use LogPrint() in a Script to print a single quote, but can't escape it using doubling, which is apparently the usual way in Pascal.
LogPrint(' '' ')
I couldn't even find a workaround,
CHR(39) doesn't work because CHR() is not available for Scripts.
On a similar note, it would be great to have a way to use New Line characters in ShowMessage(), for example with /n because it's not really workable with long texts.
Thanks for any input.