com.livecode.system | |
Type | module |
Dictionary | LCB |
Library | LiveCode Builder |
Associations | com.livecode.system |
Summary | This library provides low-level system functionality for modular LiveCode programs. |
Description | This library provides low-level system functionality for modular LiveCode programs. |
Type | Name | Summary | Syntax |
---|---|---|---|
expression | Architecture | The architecture | the architecture |
- - - | CommandArguments | The command arguments | the command arguments |
- - - | CommandName | The command name | the command name |
- - - | OperatingSystem | The operating system | the operating system |
- - - | SystemErrorCode | The system error code. | the system error code |
- - - | SystemErrorDescription | The system error description. | the system error message |
module | com.livecode.system | This library provides low-level system functionality for modular LiveCode programs. | the system error message |
statement | QuitWithStatus | Quit the application | quit [ with status <Status> ] |
- - - | ResetSystemError | Clear the system error code. | reset system error |