如何在VB 中实现 函数名 用变量来表示
dim fun as string fun="a1"function a1()
   msgbox "ddd"
end Function
call fun 最后这一句,fun 中存放的就是函数名,这样会出现类型错误,要怎样去转换一下