M
Mike Fechner
Guest
Do you do this test = oA:theMethod('something,222). In the constructor? Or in a method? Constructor parameters are no longer available in methods, so you need to assign that reference value to a variable or property to use this in a method.
Continue reading...
Continue reading...