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 - <b>user input</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 USER INPUT

 The User Input category provides functions for prompting the user
 for data using several different data input methods.  The
 C_PROMPT() function quickly positions a GET/READ on the screen for
 input.  The C_QINPUT() function allows the user to type in a
 response such as a password and see another character, like an
 asterisk, displayed on the screen.  C_GETTEXT() allows for an easy
 method of entering long character strings that will not fit on the
 screen.  It does not use Clipper's GET/READ and allows horizontal
 scrolling within the field.  The C_KEYCODE() function waits for a
 key to be pressed, then returns the BIOS Scan Code for the key.

 C_PROMPT()
 C_QINPUT()
 C_GETTEXT()
 C_KEYCODE()



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