July 24, 201312 yr I only see one post about problems with CR/LF in WriteToFile. It is rather old. On FM 12.4, Client & Server, and Windows Server 2008. I really need to use WriteToFile, to export a file for Text Messaging. Of course, I cannot get any new lines in the file, which makes it useless. Even tried Code (13) & Code (10), to get the CR/LF in. No luck. After all this time, do we still not have a solution for this? I cannot find any.
July 25, 201312 yr Use WriteFileWithReturns it contains this: textToWrite.replace('n', 'rn') rn is the Java equivalent of CRLF n is a NewLine character.
July 25, 201312 yr Author I assume that is a Java Method. We are strictly on ScriptMaster for now. Cannot get anything to work. However, when I ran the file through FTP, to the company handling our text messaging, it worked. They must be on Unix/Linux. So, while I cannot easily read these files in Windows, the process is working, which was the ultimate goal.
Create an account or sign in to comment