home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Human & Space in Asia
/
ARIF_ASCI.ISO
/
pc
/
arif.dir
/
00105.ls
< 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
Text File
|
1996-09-25
|
202 b
|
11 lines
on ThereisFilm FotName
global FilmList
set Maxcnt to count(FilmList)
repeat with cnt = 1 to Maxcnt
if getAt(FilmList, cnt) = FotName then
return 1
end if
end repeat
return 0
end