home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A Virtual Reality Guide to Texas
/
CD.iso
/
texdata
/
shared.cst
/
00341.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-06-17
|
173 b
|
8 lines
on putCastNamesInList start, end
put [] into castNameList
repeat with i = start to end
add (castNameList, the name of member i)
end repeat
put castNameList
end