Page 1 of 1

constructor for my own classes

PostPosted: Mon Aug 16, 2010 5:43 am
by udo.killermann
Bernd,

when working with build in classes Array, String and others you provide constructors like Array("Hund","Katz",Maus"). When I have defined my own class I would like to have the same UKClass() constructor at hand. I now work around this by calling UKClass.alloc() and UKClass.init(). I would like to see this added.

Kind regards
Udo