|
I found out that the problem was not to find my objects, but when i find it, it is located in a Collection. Now i want to find out how i can access an object out of that collection. I tried many things but it all fails ...
i thought this had to work :
list add:(space find:[:frm|
frm objectName='rode cubussss' .
]). "here i add my object with the objectname to the list"
list do:[:cubes|
Transcript show: cubes getobjectName.
]. "here i trie to call a method (getobjectName) on that object but i doesn't work."
I hope somebody can get me out of here?
|