Difference between revisions of "INSMODE()"
From Recital Documentation Wiki
Helengeorge (Talk | contribs) (→Class) |
Helengeorge (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to return current state of insert mode | Function to return current state of insert mode | ||
Line 25: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Keyboard Events]] | [[Category:Keyboard Events]] | ||
[[Category:Keyboard Events Functions]] | [[Category:Keyboard Events Functions]] |
Latest revision as of 16:40, 2 December 2009
Purpose
Function to return current state of insert mode
Syntax
INSMODE([<expL>])
See Also
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