home *** CD-ROM | disk | FTP | other *** search
- * Unterprogramm zur Darstellung der gewählten Optionnen
- * (c) by Volker Vogeley
- *
- **
- ***
- ****
- *****
- ****
- ***
- **
- *
- PARAMETERS OPTION,DATEI,WI
- SET COLO TO (FARBE3)
- @ 1,2 SAY "Option: "
- @ 1,48 say "Datei: "
- SET COLOR TO (FARBE6)
- @ 1,12 say option
- @ 1,56 say datei
- @ 1,71 say date()
- return
-