Click to See Complete Forum and Search --> : How do you create a method lookup table?


mikep_1998
June 11th, 2002, 06:13 PM
Hi, I wish to call a method based information out of an array.
Example: parsing a command then locating the command in an array of command names and command execution methods.

How do I build the array

"cmd1", Method1

then how do I execute Method1 from the array.

Thanks