[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
+---------------------------------+
| SYS(2008 [, <expC> [, <expN>]]) |
+---------------------------------+

-----------------------------------
Specifies shape of insert and overwrite mode cursors.
Return value - None
-----------------------------------

<expC>
        Cursor to change.  "I" for insert cursor or "O" for overwrite cursor.

<expN>
        Cursor shape.  0 for underline, 1 for block and 2 for half size block.

If you omit the optional <expN> but include either "I" or "O" in <expC>,
the insert or overwrite cursor is reset to its default setting.  If you
omit both <expN> and <expC>, both the insert and overwrite cursors are
reset to their default settings.

+---------------------------------+
|            Examples             |
+---------------------------------+
=SYS(2008, "I", 2)      && Insert cursor set to half size block

=SYS(2008, "I")         && Insert cursor reset to default shape

=SYS(2008)                      && Insert and overwrite cursors reset to default values

-----------------------------------

See Also:  SET CURSOR, INSMODE(), SYS()

-----------------------------------

See Also: SET CURSOR INSMODE() SYS()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson