home *** CD-ROM | disk | FTP | other *** search
- 10 rem eingabeprg max. 16 zeichen
- 11 rem rupp, nagel, korr. von ponnath
- 12 printchr$(14):printchr$(8):rem kleinschrift,verriegeln
- 15 poke 788,52:rem run/stop aus
- 20 printchr$(147):rem bildschirm loeschen
- 30 print"[201]hr [206]ame:"
- 40 print" "chr$(125):rem cursor
- 45 x=x+1
- 50 get x$:if x$="" then 50
- 60 if x$=chr$(13) then 80:rem return
- 66 if x$=chr$(32) then 75:rem space
- 67 if asc(x$)<65 then 50
- 68 if asc(x$)>90 and asc(x$)<193 then 50
- 70 if asc(x$)>218 then 50
- 75 if x>16 then 50
- 79 printtab(x)chr$(145)x$chr$(125):te$=te$+x$:goto45
- 80 printtab(x+1)chr$(145)chr$(20)
- 84 print"[211]ie heissen:"
- 85 printte$
- 90 printchr$(9):poke 788,49:rem normalyustand wiederherstellen
-