F
Franky
I don't know how to ask this so that someone will not misread it but here
goes.
At run time I want to be able to evaluate functions from the Math library,
but at design time I do not know what functions will be needed.
I know I can do
If Userinput = "SINE" Then zz = Sin(whatever)
but what I want to do is zz= MyMappingToMath(userinput)
e.g
Suppose the user inputs SINE(30) at run time
Is there some way I can get the value of SINE(30) if I made no special
provisions for SINE at design time?
Thanks
goes.
At run time I want to be able to evaluate functions from the Math library,
but at design time I do not know what functions will be needed.
I know I can do
If Userinput = "SINE" Then zz = Sin(whatever)
but what I want to do is zz= MyMappingToMath(userinput)
e.g
Suppose the user inputs SINE(30) at run time
Is there some way I can get the value of SINE(30) if I made no special
provisions for SINE at design time?
Thanks