dynamic function call
Hi experts.
is it possible call the function dynamically?
means there are several functions which has same import and export parameter.
but I need use these function according to situation.
function name need to be change for right use.
is it possible use function name as variable name?
thanks.
Tags:
Vijay Dudla replied
yes it is possible, but make sure that all the importing,exporting parameters(required) are used in the call.
call function v_function
...
...