Difference between revisions of "SET COMMAND"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
=SET COMMAND=
 
 
 
 
==Class==
 
==Class==
 
Recital Terminal Developer Environment
 
Recital Terminal Developer Environment
Line 23: Line 20:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
set command to "myprog"</pre>
+
set command to "myprog"</code>
  
  

Revision as of 13:40, 15 April 2009

Class

Recital Terminal Developer Environment


Purpose

Specify command identity in the status bar


Syntax

SET COMMAND TO <expC>


See Also

SET STATUS


Description

The SET COMMAND TO command updates the first box of the status bar with the specified character string <expC> up to 15 characters in length. If SET COMMAND TO is used on its own, the status bar is updated with the default text.


Example

set command to "myprog"


Products

Recital Terminal Developer