glz
09-14-2007, 07:49 PM
in php there is a function called call_user_func which you can use to dynamically execute a user create function along with any arguments you wish to pass to it
I am looking for a similar function in VB, I've google, msdn'd...etc.. with no luck
Is there such a function in VB and if so, what is it?
call_user_func
(PHP 4, PHP 5)
call_user_func — Call a user function given by the first parameter
Description
mixed call_user_func ( callback $function [, mixed $parameter [, mixed $...]] )
-thank u
I am looking for a similar function in VB, I've google, msdn'd...etc.. with no luck
Is there such a function in VB and if so, what is it?
call_user_func
(PHP 4, PHP 5)
call_user_func — Call a user function given by the first parameter
Description
mixed call_user_func ( callback $function [, mixed $parameter [, mixed $...]] )
-thank u