01-10-2006 10:09 AM
01-10-2006 10:20 AM
01-10-2006 10:38 AM
01-10-2006 10:46 AM
Hello,
I'm guessing you're on a non-Windows machine. In the example code given by the previous poster, replace the Carriage Return Constants on his diagram (there are two of them) with End of Line Constants (also available on the String palette). Now your text file should look normal. The difference between these items is that a Carriage Return is the platform specific character denoting the end of a line on Windows, but it may not be on other platforms. In order to get an end of line character that is specific to the platform you are on, you need to use the End of Line Constant.
Hope this helps,
-D
01-10-2006 10:54 AM