Any way to do this? I need to call functions based on a variable. Do I
actually have to make a case statement and call each funciton explicitly, or
is there any way to call a function where the funciton name is a variable.
Example:
dim variable as string
variable = "thisfunction() "
call variable <---this will not work
actually have to make a case statement and call each funciton explicitly, or
is there any way to call a function where the funciton name is a variable.
Example:
dim variable as string
variable = "thisfunction() "
call variable <---this will not work
Comment