home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Spazio
/
SHAREDS.CST
/
03059_Script_3059
< prev
next >
Wrap
Text File
|
1997-09-15
|
386b
|
17 lines
on cerca_corr_aperto
global testo_aperto
set trovato = 0
repeat with a = 1 to 1000
-- put the name of member a of castlib "internal"
if the name of member a of castlib "internal" contains "3H_ART_C" then
set trovato = 1
return a
exit repeat
end if
end repeat
if trovato = 0 then
return (testo_aperto +1)
end if
end