From help-octave-request at bevo dot che dot wisc dot edu Wed Jan 22 10:17:52 2003 Subject: Re: How to input tabular data through a form? From: "Dmitri A. Sergatskov" To: "Henry F. Mollet" cc: Miquel dot Cabanas at uab dot es, Octave_post Date: Wed, 22 Jan 2003 09:17:44 -0700 (MST) On Wed, 22 Jan 2003, Henry F. Mollet wrote: > closer but I'm not "there" yet. Octave now finds the "aload" function and > the file "Workook1.csv" but it is still "no go" (see below). I am just wondering if the problem is with line termination in Workbook1.csv file. I suspect that Excel X puts '\r' as line terminator (pernicious MacOS habit :) and octave expects '\n'. You can look with some hexeditor to see what there, also if program tr available you can do something like: tr '\r' '\n' < Workbook1.csv > test1.dat And see if you can read in test1.dat > Henry > Sincerely, Dmitri. ------------------------------------------------------------- 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 -------------------------------------------------------------