@peternlewis Fairly recently the ability to use \n as a custom delimiter was introduced into Keyboard Maestro. This is great as it allows multi-line variables to be treated like arrays with access to each of the lines with something like for example, Local_Lines[2]\n to access the second line.
Would it be possible to have the return symbol
as an additional option to using \n ?
is already is allowed at the front of Macro names to make selecting those Macros by hitting the return key in a Conflict Palette so, Keyboard Maestro is already using the symbol.
It is a small detail but I think it would make the multi-line custom delimiter easier to spot in code. I have a few times typed in something like:
expecting it to work and then remembered that it won't.