Ariel Martin Pacetti on Thu, 25 Feb 2016 20:49:29 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Write line break



Thank you for both suggestions. If I just use the write command, I get a new line in the text, but then I cannot import it from gp. With Bill's suggestion I can.

Ariel

On Thu, 25 Feb 2016, Bill Allombert wrote:

On Thu, Feb 25, 2016 at 03:42:48PM -0300, Ariel Martin Pacetti wrote:

This is a stupid question that I am sure has been answered before,
but how can I write a next line with the write() command? (I would
like to have a one line vector entry per line to be able to read the
file, but also to be able to load it from GP latter).

write("filename",'\')

Maybe

write("filename","\\")

You probably also want to use the write1() command that does not add a
new line.

Cheers,
Bill.