From: Travis O. <oli...@ie...> - 2006-05-28 20:41:54
|
Erin Sheldon wrote: > Hi everyone - > > The "fromfile" method isn't working for Int8 in > ascii mode: > > # cat test.dat > 3 > 4 > 5 The problem is that the internal _scan method for that data-type has not been written (it was not just a character code for fscanf). It should not be too hard to write but hasn't been done yet. Perhaps you can file a ticket so we don't lose track of it. -Travis |