INSTAT function

Purpose:

INSTAT returns logical true if there is a keypress pending

Syntax:

RetVal = INSTAT

Return Value:

  • Data type: BOOL
    RetVal If there is a keypress pending, logical TRUE is returned.

Parameters:

  • None.

Remarks:

Useful for "Press Any Key" types of routines

BCX Console Sample Programs using the INSTAT function.