06-14-2024 01:13 AM
Hi,
I am using LabVIEW Compare to check my VIs for differences. I noticed that I get a Numeric Text:wrapping enabled in the list. I have been trying to figure out what this setting is.
For string controls and indicators, I know that there is this Enable Wrapping option from the shortcut menu. But, I could not seem to find this setting for numeric and array.
Can anyone show me where to enable this option?
Thanks
06-14-2024 01:40 AM - edited 06-14-2024 02:13 AM
This is a property of the array element, not of the array as a whole. Select a single element then open the context menu. Remember that all elements of an array share the same property values.
EDIT: nevermind, I see now that the actual property is NumericText, I was mislead by the a,b,c content. In fact, Numeric Text does not seem to have this property.