NI TestStand Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
0 Kudos
MimiKLM

Enable implicit cast numbers to string in OutputMessage function.

Status: New

Hi,

 

As in subject: Enable implicit cast numbers to string in OutputMessage function.

 

K.

1 Comment
warren_scott
Active Participant

But every number in TestStand is a floating point number, which means we need to know how to represent it (number of digits past decimal point, etc) and that can't be done well without specifying a formatting string, and I'd be scared to just leave it all up to "%g".

Besides that, there's some good value to type verification for making sure you didn't screw up your expression, and this is moving away from that.