06-13-2019 03:56 PM
06-13-2019 04:34 PM
mcduff
06-13-2019 04:36 PM - edited 06-13-2019 04:37 PM
= "ok".
I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
Learn LabVIEW
06-13-2019 05:03 PM - edited 06-13-2019 05:49 PM
@mshask wrote:
When I get the response "ok", I want a true, and for any other response/no response I want a false.
You already got solutions, but it would really help if you explain what kind of problem you are trying to solve with all this.
(Guessing from the question that you are not very familiar with LabVIEW, so you might be barking up the wrong tree. Similar to my comment here, explain the problem, not force certain tools ;))
What are you going to do with the boolean? If it is used for code decisions only, you might just wire the string directly to a case structure and make one case "OK" (case insensitive) and the other the default. No boolean needed. 😉