ExecuteScript | |||||||||||||
Type | statement | ||||||||||||
Dictionary | LCB | ||||||||||||
Library | LiveCode Builder | ||||||||||||
Syntax |
| ||||||||||||
Associations | com.livecode.engine | ||||||||||||
Summary | Executes some LiveCode script. | ||||||||||||
Parameters |
| ||||||||||||
Example |
| ||||||||||||
Description | Executes the given fragment of LiveCode script in the context of the target
script object. If no object is specified then execution occurs in the context of
The list of arguments is accessible from the script fragment using the
| ||||||||||||
Tags | engine,script engine |