Thanks a lot, well worth looking into. Been working to hard I think, I'm
overlooking obvious things. Well almost Christmas :D 


-----------------

I think this will work: assign pMyProperty a symbol instead of a string

property pMyProperty, pMyList 
 
on new me 
    pMyProperty = #thisOne --assign pMyProperty a symbol instead of a
string
    pMyList = [#notTheOne: [1,1,1], #thisOne: [2,2,2], #notThisOne:
[3,3,3]] 
end 
 
on myHandler me 
     put pMyList.pMyProperty --- this is my problem, it searches for a
string called "pMyProperty" instead of for my property "thisOne" 
end 
 
ng with programming Lingo.  Thanks!]
[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 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to