NYPoke Posted July 24, 2013 Posted July 24, 2013 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.
john renfrew Posted July 25, 2013 Posted July 25, 2013 Use WriteFileWithReturns it contains this: textToWrite.replace('n', 'rn') rn is the Java equivalent of CRLF n is a NewLine character.
NYPoke Posted July 25, 2013 Author Posted July 25, 2013 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.
Recommended Posts
This topic is 4150 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now