04-15-2021 09:29 AM
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?
Solved! Go to Solution.
04-15-2021 09:40 AM
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.