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

         Determines if the Num lock key is active

    Syntax:

         IsNum( [ lNew ] ) -> lActive

         lNew : a logic value with the new state of Num lock key

    Description:

         Determines if the Num lock key is active returning a logic value.

    Return:

         A logic value indicating if is active or not.

    Example:

         If IsNum()
           Warning ( "Numeric pad is active" )
         EndIf

See Also: IsCaps() IsInsert() IsScroll()

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