|
4 |
edited tags
|
||
|
3 | corrected spelling | ||
|
I am expirementing experimenting with calling delegate functions from a delegate array. I've been able to create the array of delegates, but how do I call the delegate?
EDIT: The reason for the array is that I need to call the delegate functions by an index as needed. They are not run in response to an event. I see a critical (stupid) error in my code as I had tried to execute the delegate function using the pd[] type rather than the name of the array (delegates). |
||||
|
2 | added 328 characters in body | ||
|
I am expirementing with calling delegate functions from a delegate array. I've been able to create the array of delegates, but how do I call the delegate?
EDIT: The reason for the array is that I need to call the delegate functions by an index as needed. They are not run in response to an event. I see a critical (stupid) error in my code as I had tried to execute the delegate function using the pd[] type rather than the name of the array (delegates). |
||||
|
1 |
|
||
