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

         Determines if the Alt key is pressed

    Syntax:

         IsAlt() -> lPress

    Description:

         Determines if the Alt key is pressed returning a logic value.

    Return:

         A logic value indicating if is pressed or not.

    Example:

         If IsAlt()
           Warning ( "Alt is down" )
         EndIf

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