Hi, i have concatenated string and i want to saved the file, i use 'write characters to file', but its saved the bad way, when i open the file in windows the text appear with square where it would be the new line. I would like to know how can i remove the carriage return squares to the new line.
I attach pic: 1- Down, Like the file is saved. 2- Top,Like i would like it was writed.
Thanks for your time, this way i knew, but the text is very long, for few lines is easy but the text is very high, i believe must to be other way more faster, with search replaicing or...
Do you just want to view the file in windows? or you want to edit it so that all boxes become new lines?
For the first solution, you can search for a notepad replacement called "metapad", or you can using a vi to read the file and displayed in an indicator.
To edit it, the best way I think is to read the file in labview, search the string for "\r" or "\n" (you can find out which one is used in the string by righ-click on the string indicator, and choose " "\" code display ". Finally use the "search and replace string.vi" to replace it. See the attached images for example.