Difference between revisions of "INSMODE()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
Line 1: Line 1:
==Class==
 
Keyboard Events
 
  
  

Revision as of 15:50, 27 October 2009


Purpose

Function to return current state of insert mode


Syntax

INSMODE([<expL>])


See Also

READINSERT(), SET READINSERT


Description

The INSMODE function returns a logical true (.T.) if insert mode is on, or a logical false (.F) if insert mode if off. You may optionally set insert mode on or off by specifying logical expression <expL>. If <expL> is .F., insert mode is set off. If <expL> is .T. then insert mode is set on.


Example

?insmode()
.T.


Products

Recital Mirage Server, Recital Terminal Developer