0 TRAP 60:V$="" 10 OPEN #0,"file:///c://other/vash.fail","input" 20 GET #0,B% 30 V$=V$+CHR$(B%):GOTO 20 60 CLOSE #0