LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Writing to text file writes symbols instead of digits

Solved!
Go to solution

I want to make a program that writes digits 1-100 to text file, but when program stops running and I open text file there is just random symbols. What I need to change so it writes digits?

0 Kudos
Message 1 of 2
(1,052 Views)
Solution
Accepted by topic author krekeroni

Use 'Write Text File" rather than writing to a binary file. You will need to conver the numeric value to a string using one of the conversion Vis. Look at the strings pallete under the Number/String Conversion pallete.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
0 Kudos
Message 2 of 2
(1,046 Views)