06-22-2010 05:07 AM
How to convert string like "-8.9E-03" to a number in TestStand?
Thanks in advance
Solved! Go to Solution.
06-22-2010 05:27 AM - edited 06-22-2010 05:27 AM
Hi,
Try to use the function Val()
In expression it looks like this
Locals
Locals.nValue = Val("-8.9E-03")
Hope this helps
Juergen