I need to implement delegates in VB6, having some experience in C# and read
about AddressOf in VB6 but am not sure how to call the procedure at the
address.
The application should evaluate the state of certain variables and call a
corresponding method, the operators of the expression being evaluated and
the resulting method to be called should be configurable without touching
the code. Have read about CallByName, but need a solution that's as fast as
possible because app will be talking to a PLC
Archived from group: microsoft>public>vb>syntax