I am a new Labview person. I have a While Loop containing a Fract/Exp String to Number fuction. The output goes directly to a loop tunnel whose value is 8 using a probe but when running in highlight mode the value displayed on the tunnel is "#1". What is the significance of this value.
It means you are not dealing with a scalar value, but with an array. The #1 means that the array size is one element. For arrays, it does not show the values, but the number of elements. A wise choice, because arrays can be huge. 😉