N Nikolay Petrov Nov 30, 2005 #1 I have a class with couple of methods. I want to run one of them randomly. Is this possible?
H Herfried K. Wagner [MVP] Nov 30, 2005 #2 Nikolay Petrov said: I have a class with couple of methods. I want to run one of them randomly. Is this possible? Click to expand... Take a look at the 'Type' class. This class allows you to get the names of methods and to invoke methods on an object.
Nikolay Petrov said: I have a class with couple of methods. I want to run one of them randomly. Is this possible? Click to expand... Take a look at the 'Type' class. This class allows you to get the names of methods and to invoke methods on an object.