Difference between revisions of "SET WRAP"

From Recital Documentation Wiki
Jump to: navigation, search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET WRAP=
 
 
 
==Class==
 
Screen Environment
 
 
 
 
==Purpose==
 
==Purpose==
 
Control cursor movement between menu options
 
Control cursor movement between menu options
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
SET MCONFIRM
+
[[@...MENU]], [[MENU]], [[SET MCONFIRM]]
  
  
Line 23: Line 16:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
set wrap on
 
set wrap on
</pre>
+
</code>
  
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|WRAP]]
 
[[Category:Set_Commands|WRAP]]
 +
[[Category:Terminal Environment]]
 +
[[Category:Terminal Environment Set Commands]]
 +
[[Category:Menus]]
 +
[[Category:Menus Set Commands]]

Latest revision as of 15:59, 25 November 2009

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