Programmer Guide/Command Reference/INTERPRET: Difference between revisions
From STX Wiki
Jump to navigationJump to search
No edit summary |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
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 | 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.