@terryhendicott wrote:
Hi,
WRITEPRN in Mathcad 15 used to do exactly that but for unknown reasons they changed it for Prime?
WRITEPRN is still available in Prime and works the same way as in MC15 - it does not remove the quote character either and additionally adds some header information at the top.
WRITETEXT is new in Prime and should have been implemented in a way so that at least you have a choice to remove the quotes.
It was a long standing wish for Mathcad to be able to create true text files in an easy and intuitive way but the only way to accomplish that was using the WRITEBIN function.
Here is a brute force workaround - a user defined function WRITETXT2() which uses WRITETXT to write the file, reads it in again via READBIN, removes all quote character (#34) and rewrites the file via WRITEBIN.
Should work well as long as the strings don't contain quote characters themselves!

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


