Programmer Guide/Command Reference/INTERPRET: Difference between revisions
From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import) |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
{{Command Reference}} | |||
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. | |||
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.