K
KG
Hi,
Can I put a function name in a string and run that function.
For example
Function dbVersion01()
....
....
End Function
Dim strFunction as String ="DbVersion01"
Call strFunction
Something like that using delegate or some other way.
Thanks in advance
KG
Can I put a function name in a string and run that function.
For example
Function dbVersion01()
....
....
End Function
Dim strFunction as String ="DbVersion01"
Call strFunction
Something like that using delegate or some other way.
Thanks in advance
KG