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


Purpose   Determines whether the Left shift key is being depressed.

Decln.    LeftShift_Pressed:boolean;

Returns   Boolean

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

Example

BEGIN
    IF LEFTSHIFT_PRESSED THEN
       WRITEAT(1,25,YELLOW,BLACK,CHR(24));
END;

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