Log | ||||||||||
Type | statement | |||||||||
Dictionary | LCB | |||||||||
Library | LiveCode Builder | |||||||||
Syntax |
| |||||||||
Associations | com.livecode.engine | |||||||||
Summary | Logs a value. | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Description | The log command triggers a logChanged message with the accumulated log messages since the logChanged message was last handled. This can be handled in LiveCode Script, for example:
If using the 'with arguments' form, the Value must be a String. Each occurrence of %@ in the String is replaced by a string representation of subsequent values in the Arguments List. | |||||||||
Tags | engine,script engine |