home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Exploring Where & Why
/
Exploring Where & Why.iso
/
pc
/
MODULES
/
LESSON08
/
ACT08B
/
COMMON8
/
00051_Script_51
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-10-02
|
290 b
|
10 lines
on addPrompt startMember,endMember, castName
repeat with i=startMember to endMember
set oldName=the name of member i of castLib castName
if item 2 of oldName<>"prompt" then
set the name of member i of castLib castName=oldName&",prompt"
end if
end repeat
end