From bug-octave-request at bevo dot che dot wisc dot edu Wed Jan 27 13:01:44 1999 Subject: Octave 2.1.10 and 2.1.12 string save bug From: Joao Cardoso To: John Eaton CC: bug-octave Date: Wed, 27 Jan 1999 19:01:20 +0000 Hi, In both 2.1.10 and 2.1.12 the following fail: octave-2.1.12:1> a="pois" a = pois octave-2.1.12:2> save po a error: invalid conversion from string to real matrix octave-2.1.12:2> in 2.1.7 it works OK: octave-2.1.7:1> a="pois" a = pois octave-2.1.7:2> save po a octave-2.1.7:3> a="" a = octave-2.1.7:4> save po a octave-2.1.7:5> quit Joao -- Joao Cardoso | e-mail: jcardoso at inescn dot pt INESC, R. Jose Falcao 110 | tel: + 351 2 2094322 4050 Porto, Portugal | fax: + 351 2 2008487