NewsArchive
01-04-2012, 07:08 AM
Hi Friedrich,
I have a variable %MY_MESSAGE% which has some lines of text.
I use \n to generate a <CR>.
After that I use the "Display Message" with %MY_MESSAGE% variable.
The message shows perfectly with all text and new lines.
BUT I also want to write this "big" %MY_MESSAGE% variable to a text file.
So I use:
Text File: Create File "file.txt"
Text File: Insert Line "" to "file.txt" -- %MY_MESSAGE%
BUT I only get the first 125 chars in file.txt.
And I see \n and not a nice <CR>!
So the question is:
How do I write a big %MY_MESSAGE% variable to a text file with nice <CR>
lines?
--
Best regards,
Jeffrey
I have a variable %MY_MESSAGE% which has some lines of text.
I use \n to generate a <CR>.
After that I use the "Display Message" with %MY_MESSAGE% variable.
The message shows perfectly with all text and new lines.
BUT I also want to write this "big" %MY_MESSAGE% variable to a text file.
So I use:
Text File: Create File "file.txt"
Text File: Insert Line "" to "file.txt" -- %MY_MESSAGE%
BUT I only get the first 125 chars in file.txt.
And I see \n and not a nice <CR>!
So the question is:
How do I write a big %MY_MESSAGE% variable to a text file with nice <CR>
lines?
--
Best regards,
Jeffrey