08-18-2024 07:17 PM
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?
Solved! Go to Solution.
08-18-2024 10:23 PM
Use the Len() function to get the string length.