> both, I guess, but the main point was to pull out all of a 
> specific property.

Oops.. I think I missed that little bit...

Same handler, slightly modified:

on propLst, myProp
  mainList = [ [#puzzle: [ [#title: "One"], [#level: "Moderate"], [#word:
"Lingo"], [#word: "Director"] ] ],  [#puzzle: [ [#title: "Two"], [level:
"Beginner"], [#word: "Action"], [#word: "Flash"] ] ] ]

  repeat with subList1 in mainList
    repeat with subList2 in subList1
      repeat with subList3 in subList2
        repeat with myValue in subList3
          if subList3.getOne(myValue) = myProp then
             put myValue
          end if        
        end repeat
      end repeat
    end repeat
  end repeat
end

Karina


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

Reply via email to