Marten Feldtmann schrieb:



As an example here is my Smalltalk method for getting "aName".

   ^self
       invoke: 'aName'             "name of the method I have to invoke"
       withArguments: Array new    "no arguments"
       returnType: true            "yes I want to have the return values"

I've found the answer for myself: in this case this is not a method invoke,
but a property invoke .... and then one gets the values of a struct.

Marten

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to