home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Citta
/
shared.cst
/
03013_Script_3013
< prev
next >
Wrap
Text File
|
1997-10-14
|
383b
|
16 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 "H_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