Bill Allombert on Thu, 25 Feb 2016 20:23:46 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Write line break |
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.