‎2008 Sep 30 3:11 AM
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.
‎2008 Sep 30 3:24 AM
yes it is possible, but make sure that all the importing,exporting parameters(required) are used in the call.
call function v_function
...
...
‎2008 Sep 30 3:24 AM
yes it is possible, but make sure that all the importing,exporting parameters(required) are used in the call.
call function v_function
...
...
‎2008 Sep 30 4:20 AM
I thought that's not possible even didn't try it.
yes that's possible and works well.
thank you.
‎2008 Sep 30 3:44 AM