[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Shift_Pressed


Purpose   Determines if either the Left or Right shift key is being
          depressed.

Decln.    Shift_Pressed:boolean;

Returns   Boolean

Remarks   Returns true if the left shift key is being depressed.

Example

BEGIN
    IF SHIFT_PRESSED THEN
       WRITEAT(40,25,YELLOW,BLACK,CHR(24));
END;

See Also: RightShift_Pressed LeftShift_Pressed
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson