home *** CD-ROM | disk | FTP | other *** search
AMOS Source Code | 1996-04-06 | 616 b | 24 lines |
- Amos To Back
- Extension_25_021E $200,$400,$0,$0,$0,$0,$0,$0,$0
- Extension_25_0070 $1,$2,$4,$8,$1400,,,,
- Extension_25_0006 0,0,10,640,240,100,50,640,240
- Wait 50
- Extension_25_03D6 1
- Extension_25_04A8 "SYS:"
- Extension_25_014C "Press Any Key To Call Up The ASL File Requester",10,20
- Repeat
- EV= Extension_25_0210
- If EV=$400
- C$= Extension_25_0172("Pick A File","Ok","Cancel",0,1,125,30,310,193)
- FILE=1
- End If
- If FILE=1
- If C$="" : A$="You Pressed Cancel" : End If
- If C$>"" : A$="You Selected "+C$ : End If
- Extension_25_014C A$+Space$(20),10,50
- FILE=0
- End If
- Until EV=$200
- Extension_25_002C 0
- Amos To Front
- End