05-13-2025 06:43 AM
Hi, after reinstalling labview I am getting errors in my scan from string vi when I am trying to parse out pieces of it. I believe it is because the string I have as input is converted from UTF8 to LV text. But what I dont understand is why this is happening, I have installed the same LabVIEW version the code is written in and I have installed all the necessary VIs. Did I maybe intall something incorrectly? Why would my code not run after a reinstall.
Note: the EXE I built before reinstalling works.
05-13-2025 06:55 AM
Hi Asasafuchi,
@Asasafuchi wrote:
Hi, after reinstalling labview I am getting errors in my scan from string vi when I am trying to parse out pieces of it. I believe it is because the string I have as input is converted from UTF8 to LV text.
Why don't you provide some examples of input and format strings for ScanFromString so we can try on our own?
Just showing the error message doesn't help to debug your code!