Hi,
in MathCad i have defined variable as
wllston = 17.32 lbf
when i read its value in API i am getting this value : "77.0462622041584"
is there any way so i will have same value as in MathCad.
Set oResult = msheet.GetValue("wllston")
output : value "77.0462622041584"
required output : 17.32
Thanks in advance !!!