msg | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Synonyms | msg |
Summary | A special global variable that is used with the put command when no other destination container is specified. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android, web |
Platforms | desktop, mobile |
Example |
|
Related | Keyword: stdout Message: msgChanged Command: put Glossary: keyword, global, variable, message |
Description | When msg is modified by a command the msgChanged message is sent to the object that modified it. If the msgChanged message is unhandled or passed then the value of msg will be written to the system log or in no ui mode (command line) to stdout. In LiveCode IDE msg and the msgChanged message are used to implement the message box. |