[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    IsRShift()

         Determines if the Right Shift key is pressed

    Syntax:

         IsRShift() -> lPress

    Description:

         Determines if the Right Shift key is pressed returning a logic
         value.

    Return:

         A logic value indicating if is pressed or not.

    Example:

         If IsRShift()
           Warning ( "Right shift is down" )
         EndIf

See Also: IsAlt() IsCtrl() IsLShift()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson