From help-request at octave dot org Wed Feb 9 10:12:49 2005 Subject: Re: printing and saving From: David Bateman To: "Robert A. Macy" Cc: ang4life1 at netzero dot com, help-octave@bevo.che.wisc.edu Date: Wed, 09 Feb 2005 17:14:58 +0100 Robert A. Macy wrote: >save "filename.txt" var01 var02 var03; > >Which also OVERWRITES a file called filename.txt with data >of var01 var02 and var03 in text form > > > I think that should read save --ascii "filename.txt" var01 var02 var03 the save type is not determined by the extension, but rather by the octave variable "default_save_format" D. -- David Bateman David dot Bateman at motorola dot com Motorola Labs - Paris +33 1 69 35 48 04 (Ph) Parc Les Algorithmes, Commune de St Aubin +33 1 69 35 77 01 (Fax) 91193 Gif-Sur-Yvette FRANCE The information contained in this communication has been classified as: [x] General Business Information [ ] Motorola Internal Use Only [ ] Motorola Confidential Proprietary ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------