Page 1 of 1

msg hi vs. msg "hi" - possibly outdated Help

Posted: 03 Apr 2022 15:54
by John_C
Help | Scripting:
It's strongly recommended that you (double- or single-) quote your strings! While the script engine is currently still permissive with unquoted strings (msg Hi! works) this might not be so in the future, so you better do msg "Hi!" right away
As per XY 23.00, only the quoted version works, so it seems the paragraph above should be updated/removed.

Re: msg hi vs. msg "hi" - possibly outdated Help

Posted: 03 Apr 2022 21:38
by jupe
Well if you turn off syntax checking it would work without error, and if you continue the error dialog it would still work, so the help file is correct.