Re: TableSearchServices
Re: TableSearchServices
- Subject: Re: TableSearchServices
- From: Victor Yee <email@hidden>
- Date: Tue, 17 Jul 2001 16:47:46 -0400
On Tue, 17 Jul 2001 16:16:40 -0400, I wrote,
>
On Tue, 17 Jul 2001 10:49:26 -0400, Arthur J Knapp wrote,
>
>
> When I have some chunk of clear time available, I would like
>
> to try and work with this project, to test and extend it. I
>
> can't wait. :)
>
>
[!!!]
>
>
tell TableSearchServices
>
>
_findSaladsWhose("dressing", "contains", "towels")
>
>
_searchResults()
>
>
--> {"Saturn"}
Whoops, made an error (I should really test these things first). Here's the correct script :)
tell TableSearchServices
_newSearch(a reference to Arthur's Brain)
_findSaladsWhose("dressing", "contains", "Saturn")
set Arthur's nextScript to _searchResults()
_endSearch()
end tell
return Arthur's nextScript
--> {item 867 of {item 316 of { item 256 of { ... }, ... }, ... }, ... }
;)
Victor