hello i have class with two setters
phone1: aValue
phone2: aValue

and i want call it dynamically
aSelector is phone1 or phone2 string

setPhohne: aSelector by: aValue

phoneBook perform aSelector, ':' aValue

but this is not working how can i do this when i try this iwth getters it
works fine

Transcript show: (phoneBook perform aSelector); cr.


-- 
Jakub.
_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to