Category : BASIC Source Code
Archive   : LB09D.ZIP
Filename : PROFILE.BAS

 
Output of file : PROFILE.BAS contained in archive : LB09D.ZIP


'read profile.txt and display each item on its own line

OPEN"PROFILE.txt" FOR INPUT AS #1

[read]

INPUT #1, name$, address$, city$, state$, zip$, phone$
PRINT name$
PRINT address$
PRINT city$
PRINT state$
PRINT phone$
PRINT

if eof(#1) = 0 then [read]

PRINT"Done."
CLOSE #1


  3 Responses to “Category : BASIC Source Code
Archive   : LB09D.ZIP
Filename : PROFILE.BAS

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/