LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to restrict boolean text size

Hi friends can any one knows the answer ........
0 Kudos
Message 1 of 4
(2,677 Views)
Hi LabView5,

at runtime the string length of the boolean text is either fixed (no changes possible by user) or you redefine the string by using property nodes - so you are in control of the stirng length...
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,663 Views)
See i want the Boolean text length to 10 at runtime  is it  possible
0 Kudos
Message 3 of 4
(2,653 Views)
Hi,

read the string from property node, use "string subset" with length=10, write back to property node.

Not sure what you want to achieve...
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(2,651 Views)