NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Find Size of a String in TestStand

Solved!
Go to solution

I have a String ouput coming from a LabVIEW module. I want to read the Size of the response string and check it against a fixed value and if its greater than, then return pass else failed. How do I read the Size of a String in TestStand? Is there a property available for it or a inbuilt function?

0 Kudos
Message 1 of 2
(216 Views)
Solution
Accepted by VBajaj

Use the Len() function to get the string length.

 

santo_13_0-1724037810787.png

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
Message 2 of 2
(203 Views)