Thanks to Tab and Mark on 'Projector.ini file' mail.
-----

Hello  Kerry,

>>>
[#roster: [#name: "Tab"], [#name: "Jakob"], [#name: "Roy"]]

There is some problem getting the count of your property list, it always
returns 2, I think you need to change your property list to something like
this..
[[#rooster:[#name:"Tab"]],[#name:"Jakob"],[#name:"Roy"]]


on mouseUp
  repeatList = [[#rooster:[#name:"Tab"]],[#name:"Jakob"],[#name:"Roy"]]
  getValues(repeatList)
end

on getvalues tList
  repeat with i = 1 to tList.count
    tValue = tList[i][1]
    if tValue.ilk = #proplist then
      put tValue[#name]
    else
      put tValue
    end if
  end repeat
end

best regards
------------------------------------------
Ramesh CT
http://www.lingoman.net/
------------------------------------------



[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