|
Hello everybody
I am trying to find an object in a space. To find it, i have given it a name during its creation.
Now i search like this
test := space find:[:frm|
frm objectName='rode cubussss' .
.] at:1.
then to be sure i have the right object i print its name at the transcript
Transcript show: test objectName.
The problem is that is doesn't work. What am i doing wrong?
Thanx a lot
Rob Van Pamel
|