home *** CD-ROM | disk | FTP | other *** search
- display(display\READF)
- *fname
- say(&3&Please enter the name of the file to read&12&: &14&( )&15&*)
- back(13)
- menuask%nocr%%CRON%%LEN12%(*)
- if (%RESP%)=(<CR>) then goto (ret)
- adddef(.%DEFEXT%)
- seekfall(%RESP%)
- if (%ARESP%)=(INVALID) then goto (invfn)
- if (%ARESP%)=(No) then goto (nothere)
- if (%ARESP%)=(NOT ENOUGH) then goto (notenuf)
- selFarea(%ARESP%)
- linefeed(1)
- view(%FILPATH%%RESP%)
- selfarea(/:LASTDOWN/)
- enter
- Return
- *invfn
- Display(Display\INVALID)
- flushout
- selfarea(/:LASTDOWN/)
- Enter
- goto (fname)
- *NotHere
- Display(Display\notfnd)
- goto (fname)
- *notenuf
- Display (Display\fbadsec)
- selfarea(/:LASTDOWN/)
- return
- *ret
- linefeed(1)
- return
-