Command:Execute

From Lavish Software Wiki
Revision as of 18:07, 21 February 2005 by Lax (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Syntax

Execute <command>

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.

Examples

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!

See Also