01-13-2012 03:48 AM
In my VI, I want the actual value to be displayed with the number and 3digit after decimal point. But I dont understand the engineering string format? I just want the actual value to be displayed in the array.
01-13-2012 03:58 AM
Use %#.3f to format your string.