Hello! Is it possible to have multiple lines in one Message? By Message I mean a command Message in a macro. If that is possible, how to start a new line, please?
Thank you very much!
Hello! Is it possible to have multiple lines in one Message? By Message I mean a command Message in a macro. If that is possible, how to start a new line, please?
Thank you very much!
I’m still not sure what you mean. Could you give an actual example?
Example with one-line string:
Hello! This is one line message. All words are in the same row.
Example of message with multiple lines:
Hello!
This is second row of the message.And this is another row.
If you mean that you want multi-line comments, then the correct way is:
Comment:_="Hello!"
Comment:_="This is second row of the message."
Comment:_="And this is another row."