home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
index.dir
/
00130_Script_130
< prev
next >
Wrap
Text File
|
1997-10-15
|
475b
|
21 lines
on controlla_alb
set lista to the text of field "alberi" of castlib "indart"
repeat with x=1 to the number of lines in field "albero" of castlib "internal"
set codice to item 1 of line x of field "albero" of castlib "internal"
if offset (codice, lista) >0 then
put codice,"OK"
else
put "ERRORE !!!",codice
beep
end if
end repeat
put "FINE"
end