Command:Execute
From Lavish Software Wiki
Contents |
[edit]
Syntax
| Execute | |
| Usage | Beginner |
| Level of Understanding | Beginner |
| Computer Savvy | Newbie |
| Logic | Beginner |
Execute <command>
[edit]
Description
Executes a command, after parsing variables. This can be used, for example, to execute a command stored in a variable, or to cause commands that normally prevent the system from parsing variables in its parameters to do so.
[edit]
Examples
[edit]
Example 1
- Input
declare MyCommand string global "echo My eyes! The goggles -- they do nothing!"
execute ${MyCommand}
- Output
My eyes! The goggles -- they do nothing!
[edit]
