home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 February
/
chip_20022115.iso
/
amiga
/
chipgame
/
introcreate.lha
/
IntroCreate
/
Compress.amos
/
Compress.amosSourceCode
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
AMOS Source Code
|
1996-06-23
|
223 b
|
12 lines
Screen Open 0,320,256,32,Lowres
Colour 1,0
Curs Off
Flash Off
PIC$=Fsel$("","","Select an IFF picture")
If PIC$<>""
Load Iff PIC$,1
Spack 1 To 1
SAV3$=Fsel$("","","Select output file")
Save SAV3$,1
End If
End