Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Clipper Tools One Guide - <b>lastkproc()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
LASTKPROC()

Syntax:     LASTKPROC()

Returns:    A character string.
            Returns the name of the procedure or function that Clipper
            was executing when KEYTIME(), KEYSEC() or COM_KEY() place a
            character into the keyboard buffer.

Usage:      The function will return the name of the procedure which
            was interrupted by KEYTIME(), KEYSEC() or COM_KEY().

Notes:      User-defined function names will also be returned.

Library:    CT1.LIB


--------------------------------- Example ------------------------------

Examples:   IF LASTKPROC() = "MAINMENU"
               * Note to use
               @ 24,30 SAY "Moment, please!"
            ENDIF



See Also: COM_KEY() KEYTIME() KEYSEC() LASTKLINE() LASTKFUNC()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson