From bug-octave-request at bevo dot che dot wisc dot edu Wed Sep 5 16:30:34 2001 Subject: fscanf conversion bug? From: "Mark W" To: bug-octave at bevo dot che dot wisc dot edu Date: Wed, 5 Sep 2001 16:29:43 -0500 GNU Octave, version 2.1.31 (i586-pc-cygwin) When I try to use "%x" to read in a hexadecimal number Octave loops forever and does not return. The same happens for "%o". Please note that "%d" does work in this example. Thanks, Mark Woehrer ### test.m: clear fid = fopen('test.txt'); a = fscanf(fid,'%d') fclose(fid); ### test.txt 1 _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp ------------------------------------------------------------- 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 -------------------------------------------------------------