Search results

  1. C

    ABL : dynamically invoking methods

    I agree, having to call a method dynamically generally indicates a 'design smell'. There are some cases where you need to use reflection to invoke methods (do carefully). Below is an example of how you could invoke a method dynamically: File 1: CallMethod.p ROUTINE-LEVEL ON ERROR UNDO...
Top