Sorry that test statement is a bit off should be something like

if not(list1.getOne(tTest)) + not(list2.getOne(tTest)) = 0 then
  put "Match"

or some such thing, you get the idea anyway.

-Rob

On Tue, 02 Aug 2005 17:38:14 -0400, Rob Romanek <[EMAIL PROTECTED]> wrote:

Hey John,

Not sure if I'm understanding you correctly but...

list1 = [[#name:"a"], [#name:"b"]]
list2 = [[#name:"b"], [#name:"c"]]

tTest = [#name:"b"]

if list1.getOne(tTest) + list2.getOne(tTest) = 2 then
   put "A match is found"
end if

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
lingo-l@penworks.com  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to