06-15-2023 08:39 PM
Hello Everyone,
I have a basic question but I'm just learning :(, how could I read a text file with three words (Sample 1, Sample2, Sample3) and put them in a string indicator?
Solved! Go to Solution.
06-15-2023 09:02 PM
Check the function Read spreadsheet string.vi
06-15-2023 09:21 PM
A single indicator or multiple indicators?
For a single indicator, just read the file and write directly to the indicator.
For multiple indicators, you can probably use Spreadsheet String To Array to parse the string and then Index Array to get the 3 values to write to their indicators.
06-15-2023 10:16 PM
06-17-2023 06:23 PM
Hi,
I was trying to develop the solution you gave me but I ran into problems. Could you help me?
This is The Vi that I tried to do:
06-17-2023 09:19 PM - edited 06-17-2023 09:22 PM
Just change the read function to output DBLs, then index from it.
06-18-2023 01:50 PM
Resolved: