home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Indart.cst
/
00052_Script_52
< prev
next >
Wrap
Text File
|
1997-10-14
|
312b
|
14 lines
on trova_cd cod,num
repeat with a = 1 to 133
if item 1 of line a of field "repub" = cod then
set num to string (num)
if item 3 to 4 of line a of field "repub" contains num then
return 1
else
return 0
end if
exit repeat
end if
end repeat
end