Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>ksetins()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 KSETINS()
 Queries/sets the system setting for "INSERT"
------------------------------------------------------------------------------
 Syntax

     KSETINS([<lNewSwitch>]) --> lOldSwitch

 Argument

     <lNewSwitch>  Designates whether INSERT is on (.T.) or off (.F.).
     The default value is the system setting.

 Returns

     KSETINS() returns the current setting for INSERT when no parameter is
     specified; otherwise, it returns the previous setting.

 Description

     KSETINS() returns the current system setting for INSERT.  If the
     <lNewSwitch> is specified; INSERT is set accordingly.

 Examples

     .  Query the INSERT function:

        lInsert: = KSETINS()

     .  Switch on INSERT and save the previous status:

        lOldInsert: = KSETINS(.T.)


See Also: KSETCAPS() KSETNUM() KSETSCROLL()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson