Programmer Guide/Command Reference/INTERPRET: Difference between revisions
From STX Wiki
Jump to navigationJump to search
No edit summary |
m (Text replace - "S_TOOLS-STx" to "{{STX}}") |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
INTERPRET <var>variable</var> | INTERPRET <var>variable</var> | ||
The <code>INTERPRET</code> command interpretes the contents of the supplied variable as an | The <code>INTERPRET</code> command interpretes the contents of the supplied variable as an {{STX}} command, and executes the respective command. <code>INTEPRET</code> returns the empty string on success, otherwise it will return an error message. |
Revision as of 16:56, 5 April 2011
INTERPRET variable
The INTERPRET
command interpretes the contents of the supplied variable as an STx command, and executes the respective command. INTEPRET
returns the empty string on success, otherwise it will return an error message.