I have two functions.
lib_function(int x, int y, ???(my_function));
my_function(int a, int b);
I want to call lib_function and lib_function calls my_function.
I can keep my_function parameter fixed. I want to give user to have any function name(i.e. my_function) and pass that name to my library (lib_function).
How do I do this?
Thanks for your help.
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1