Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 4150 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted

Use WriteFileWithReturns

 

it contains this:

textToWrite.replace('n', 'rn')

 

rn is the Java equivalent of CRLF n is a NewLine character.

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.