Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

dynamic function call

Former Member
0 Likes
713

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
606

yes it is possible, but make sure that all the importing,exporting parameters(required) are used in the call.

call function v_function

...

...

3 REPLIES 3
Read only

Former Member
0 Likes
607

yes it is possible, but make sure that all the importing,exporting parameters(required) are used in the call.

call function v_function

...

...

Read only

0 Likes
606

I thought that's not possible even didn't try it.

yes that's possible and works well.

thank you.

Read only

Former Member