fb:porticula NoPaste
Unternehmer2
Uploader: | ytwinky |
Datum/Zeit: | 15.12.2007 21:08:52 |
Const Esc=!"\27"
Dim As String s="", z
Do While Inkey<>Esc
Get #1,, b
z=b
Select Case b
Case 24
strtemp=chr(b)
z=""
Case 13
Print strtemp
s+=strtemp
z=""
Case else: strtemp+=chr(b)
End Select
If z<>b Then ?"Ein neues Zeichen ist da.."
Loop
Open irgendwas For Output As #3
Print #3, s
Close #3
close #1
close #2