Hey,
I ran into the following problem. I created a hash map, and i am populating it with delegates.
Now, this goes fine, but when i attempt to call the function i get an error.;Code:Commands.Add("ANS", new CommandDelegate(ANS));
The error is:Code:Commands[ServCom.CommandName](ServCom);
Any ideas on why this fails?Code:Error 1 Method name expected
Thx in advance.




Reply With Quote