RaphaelMD
Aerospace
- Mar 24, 2008
- 3
Hi all,
I am building an application in VB.NET that calls a mathcad worksheet to solve a set of equations. Based on the example in the Developper's Reference I used the SetValue and GetValue command to handle the inputs and outputs. Now, it actually works fine, as long as the inputs are integers. Whenever I try to input a float nothing happens. I've tried to passe a float number as string using both "." and "," as decimal separator and I've tried to pass the value as Double too. Anyone has an idea of how to solve this problem?
Thanks!
Raphael
I am building an application in VB.NET that calls a mathcad worksheet to solve a set of equations. Based on the example in the Developper's Reference I used the SetValue and GetValue command to handle the inputs and outputs. Now, it actually works fine, as long as the inputs are integers. Whenever I try to input a float nothing happens. I've tried to passe a float number as string using both "." and "," as decimal separator and I've tried to pass the value as Double too. Anyone has an idea of how to solve this problem?
Thanks!
Raphael