Apr 28, 2003 #1 Octagon6 Programmer Joined Mar 18, 2003 Messages 18 Location US What is the inkey() value for the decimal key (or period)? It doesn't seem to be listed in the help menu.
What is the inkey() value for the decimal key (or period)? It doesn't seem to be listed in the help menu.
Apr 28, 2003 #2 DSummZZZ Programmer Joined Oct 24, 2000 Messages 4,250 Location US For the decimal key, it is 46. For the period (Shift + >) it is 62. The easiest way to find any INKEY() value is to issue the command: ?INKEY(0) Then press the key. Dave S. Upvote 0 Downvote
For the decimal key, it is 46. For the period (Shift + >) it is 62. The easiest way to find any INKEY() value is to issue the command: ?INKEY(0) Then press the key. Dave S.
Apr 28, 2003 Thread starter #3 Octagon6 Programmer Joined Mar 18, 2003 Messages 18 Location US thanks, homie Upvote 0 Downvote