From help-octave-request at che dot utexas dot edu Fri Jan 27 16:05:31 1995 Subject: problem with feof() function in octave 1.1 From: vdp at us0 dot mayo dot EDU (Vinayak Dutt) To: help-octave at che dot utexas dot edu Date: Fri, 27 Jan 95 16:05:01 CST hi: i was trying to use feof() function to test end-of-file condition in the new octave 1.1 when i get error message: octave:15> err = feof(f) error: range error error: invalid conversion from to real scalar error: inapproriate file specifier error: evaluating index expression near line 15, column 11 error: evaluating assignment expression near line 15, column 5 here f is the file opened with fopen(). --vinayak- /* * vinayak dutt * graduate student, ultrasound research * mayo graduate school, rochester mn * * e-mail: vdp at mayo dot edu * dutt dot vinayak at mayo dot edu * */ #include "disclaimer.h"