Page 1 of 1

declaring and methods

PostPosted: Wed Dec 15, 2010 6:39 pm
by udo.killermann
Bernd,

when I declare a class I would like it to have the signatures of NSObject already built in.

Code: Select all
Declare Class "theClass"

Dim theInst As theClass
Dim theInt As Integer
....
theInt=theInst.PerformSelector0("Huhn") ' should work but doesn't


Could you add this feature?

Reagards
Udo