Difference between revisions of "SET WRAP"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
=SET WRAP=
 
 
 
 
==Class==
 
==Class==
 
Screen Environment
 
Screen Environment
Line 15: Line 12:
  
 
==See Also==
 
==See Also==
[[SET MCONFIRM]]
+
[[@...MENU]], [[MENU]], [[SET MCONFIRM]]
  
  
Line 23: Line 20:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
set wrap on
 
set wrap on
</pre>
+
</code>
  
  

Revision as of 14:55, 20 April 2009

Class

Screen Environment


Purpose

Control cursor movement between menu options


Syntax

SET WRAP ON | OFF | (<expL>)


See Also

@...MENU, MENU, SET MCONFIRM


Description

The SET WRAP command controls cursor movement between the first and last options in menus. If WRAP is on and the cursor is positioned on the last menu option, pressing the [CURSOR DOWN] key moves to the first option. Similarly when on the first menu option, pressing the [CURSOR UP] key moves to the last one. By default, WRAP is ON.


Example

set wrap on


Products

Recital Terminal Developer