Match LiveCode Script lines that put message to message box
This is intended to be used in LiveCode's ScriptEditor 'Find and Replace' dialog to be able to find all the lines in the stack's scripts where I have put diagnostic comments in scripts that will output the comment to the message box. These take the form of
put "string" [& variable] [ & string]
...
Submitted by Martin Koob - 5 years ago