Programmer Guide/Command Reference/INTERPRET: Difference between revisions
From STX Wiki
Jump to navigationJump to search
m (Text replace - "S_TOOLS-STx" to "{{STX}}") |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
{{Command Reference}} | |||
INTERPRET <var>variable</var> | INTERPRET <var>variable</var> | ||
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. | 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. |
Latest revision as of 08:54, 13 May 2015
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.