home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amoszine 10
/
Amoszine 10 (Disk 3 of 3).adf
/
Amos_Procs.lha
/
XKillZones.proc
/
XKillZones.amosSourceCode
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
AMOS Source Code
|
1991-12-03
|
169 b
|
7 lines
Procedure XKILLZONES[X,Y]
' By John Smit
' resets zones that are no longer required between values x and y
For Z=X To Y
Reset Zone Z
Next Z
End Proc