The platform differences in text files refers to the end of line
character used. There are two characters and three common
combinations. There are three constants in the string palette,
one that is just a carriage return character, one that is a
line feed character, and end of line that is the platform
specific combination.
These days, most programs don't care which combination is used,
but apparently you have one that still does. Presumably
somewhere in your diagram, you are using one of the other
constants and want to change it to either hard-code the PC
format or use the end of line constant.
Greg McKaskle
Till Burkert wrote:
>
> Hello out there!
>
> My Labview program (on Win98) is saving data to a text file using 'New
> File', 'Write File', and 'Close Fi
le'. My plotting program (Genplot,
> http://www.genplot.com) does NOT read this files and my editor (Textpad,
> http://www.textpad.com) tells me that it is a Macintosh file. Using
> programs like 'ToUnix' or 'ToDos' work fine and I can open the files
> with Genplot. But this is a little bit annoying. Does anyone has an idea
> about that? I don't really know the differences between DOS and Mac
> ASCII files. Is this a Labview bug?
>
> Cheers, Till