Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_setscrl()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_SETSCRL()


Syntax:        L_SETSCRL([<expL>])


Purpose:       To determine the current Scroll Lock key setting and
               optionally sets the Scroll Lock key mode on/off.


Arguments:     <expL> toggles the Scroll Lock key mode on or off.
               .T. will set the Scroll Lock key on.
               .F. will set the Scroll Lock key off.



Returns:       A Logical (.T.) if scroll lock is on else returns a
               logical (.F.)

               L_SETSCRL() returns the current Scroll Lock key setting
               if an argument is not specified and the previous key
               setting if the argument is specified.


Examples:      * Force SCROLL LOCK ON then reset it to its previous
               mode = L_SETSCRL(.T.)            && Scroll Lock key on

               Put some code here...

               L_SETSCRL(mode)                  && Restore key setting.


Language:      Assembler

See Also: L_SETCAPS() L_SETNUM()

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