[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Waldhäuser Str. 64, D-72076 Tübingen, Germany
[Uni logo]


QGET_STRING Source code in qget_string.pro

QGET_STRING

Name
     QGET_STRING
Purpose
     To get a string from the keyboard without echoing it to the screen.
Calling Sequence
     string = QGET_STRING()
Input Parameters
     None.
Output Parameters
     string   The string read from the keyboard.
Side Effects
     A string variable is created and filled.
Procedure
     The IDL GET_KBRD functions is used to get each character in
     the string.  Each character is added to the string until a
     carriage return is struck.  The carriage return is not appended
     to the string.  Striking the delete key or the backspace key
     removes the previous character from the string (only the backspace
     key will work in VMS IDL).
Note
     For a widget password procedure see
     http://www.dfanning.com/tip_examples/password.pro
Revision History
     Written by Michael R. Greason, STX, 8 January 1991.
     Work for Mac and Windows IDL  W. Landsman    September 1995
     Converted to IDL V5.0   W. Landsman   September 1997

Last modified by pro2html on 2001 April 26 at 03:14 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically