msgChanged | ||||||||||
Type | message | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Sent to the object that altered the msg global variable using the put command. | |||||||||
Introduced | 9.0 | |||||||||
OS | mac, windows, linux, ios, android, web | |||||||||
Platforms | desktop, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Command: put Glossary: message, command Keyword: msg, stdout | |||||||||
Description | Use the msgChanged message to display or log the value of msg when it is changed by a script. If the msgChanged message is not handled the value of the msg will be logged to the system log unless the engine is running in no ui (command line) mode, in which case the value will be written to stdout. |