Source:Room Names Convert

From Eamon Wiki
Jump to navigation Jump to search
This page is a verbatim reproduction of original source material and should not be edited except for maintenance.
Description

The Applesoft BASIC source code of the Eamon utility program Room Names Convert.

Source

EAG Utilities Disk

Date

c. 1988

Author

Tom Zuchowski

License

The use of this item is permitted on the grounds that it's free or in the public domain.

10 D$ =  CHR$ (4)
20  PRINT D$;"OPEN EAMON.ROOM NAMES,L64": PRINT D$;"OPEN NEW.ROOM NAMES,L32"
30  FOR I = 1 TO 87
40  PRINT D$;"READ EAMON.ROOM NAMES,R";I: INPUT A$
50  PRINT D$;"WRITE NEW.ROOM NAMES,R";I: PRINT A$
60  NEXT 
70  PRINT D$;"CLOSE"