Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_alt() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_ALT()

 DESCRIPTION

 C_ALT() returns the Clipper INKEY() code equivalent for the given
 ALT key combination.

 SYNTAX

 C_ALT(key)

 PARAMETERS

 key (C) is the ALT key combination (A-Z or a-z) as a character string.

 RETURNS

 C_ALT() returns the numeric INKEY() code.

 EXAMPLES

 && Sets key 286 (ALT+A) to procedure trapkey
 set key c_alt('A') to trapkey
 ...
 ...
 key = inkey(0)
 if key = c_alt('A')    && Use C_ALT() to evaluate a key code
 ...
 endif


See Also: C_CTRL()

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