spartacus
15th January 2003, 16:58
Is it possible to give a function as a parameter for a function?
something like that: "function1(....function2())"
Thanks
Spartacus
evesely
15th January 2003, 18:14
I've seen anything that would indicate that you could do this. However, you could pass the name of the function you want to call as a string and then use one of a couple methods to launch that function based upon the string name. You might want to look at this thread (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=8284) for an idea. There may be other threads out there as well.
Good luck!
spartacus
16th January 2003, 17:33
Hi Evesly,
think that is a good idea.
Spartacus