
********************************************************************************
*
* +----------------+
* | ENGLISH  INFO  |  (Deutsche Info: Siehe unten)
* +----------------+
*
* EINGABE - Input-Routines in QBasic by Michael Singer ( grzesiak@foni.net )
* =============================================================================
* This programm replaces the QBasic INPUT statement by a couple of very useful
* keyboard-input routines. EINGABE makes limited-length user inputs into prede-
* fined screen arrays possible. A sample programm is also provided, demonstra-
* ting the application of EINGABE for user inputs into the arrays of a small
* database.
* You can use "Home", "End", "Insert" and "Backspace" as edit keys.
* Very professional. With BAS and EXE files.
*
* Ranking: +++
*
*-------------------------------------------------------------------------------
*
* +---------------+
* | DEUTSCHE INFO |
* +---------------+
*
* EINGABE - Eingabe-Routinen fr QBasic von Michael Singer ( grzesiak@foni.net )
* ==============================================================================
* Dieses Programm enthlt einige sehr ntzliche Subroutinen zur Eingabe von
* Text mit gegrenzter Lnge ber die Tastatur in vordefinierte Felder und
* ersetzt den INPUT-Befehl von QBasic. Das mit enthaltene Beispielprogramm
* demonstriert, wie man die Routinen zur Eingabe von Informationen in die Felder
* einer kleinen Datenbank verwenden kann. Es werden die Tasten "Pos1", "Ende",
* "Einfgen" und "Rcktaste" ausgewertet.
*
* Bei einer korrekten Parameter-Deklaration von GetInput$ ist EINGABE.BAS
* wirklich berall zu verwenden und auch als Library zu gebrauchen.
*
* Sehr professionell. Mit BAS- und EXE-Dateien.
*
* Wertung: +++
*
*-------------------------------------------------------------------------------
*
*   \         (c) Thomas Antoni, 18.02.2001 
*    \ /\           Mailto:thomas@antonis.de
*    ( )            http://www.antonis.de   
*  .( o ).
*                        ----==== Hottest QBasic Stuff on Earth !!! ====----
*
********************************************************************************








