jackmanbrace
New member
- Joined
- Feb 15, 2008
- Messages
- 3
- Programming Experience
- Beginner
this wont work in vb.net!
i want it to evaluate e^(-sin(20))
Dim strDBA As New MSScriptControl.ScriptControl()
strDBA.Language = "VBScript"
Dim dbResult As Double = strDBA.Eval("e^(-sin(20))")
How would I get this to work?
i want it to evaluate e^(-sin(20))
Dim strDBA As New MSScriptControl.ScriptControl()
strDBA.Language = "VBScript"
Dim dbResult As Double = strDBA.Eval("e^(-sin(20))")
How would I get this to work?