viswanadham
9th September 2008, 13:32
Hi
I have funcation name as a string, i want to call that function dynamically,

For example,
I wrote a function fun1() in test1 program script

I wrote a one server program script, in that i got the function name fun1() as string, then i need to invoke that function dynamically

Visu

pconde
9th September 2008, 14:50
Hi,

you can use load_dll and exec_function for this.

Regards
Philippe