CommandArguments | |
Type | expression |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax |
|
Associations | com.livecode.system |
Summary | The command arguments |
Example |
|
Description | Evaluates to a list of command-line arguments passed to the program.
Some arguments may not be passed in if they are "used up" by the
LiveCode run-time environment (for example, the LiveCode IDE will
detect and "use" the Note: No filename conversion is performed on command line
arguments, so some processing may be required before using a command
line argument with any of the file handling syntax provided by the
|