in reply to Re: Undef values from file open
in thread Undef values from file open

Its driving me crazy, I even copied your code and its still:
(undef, undef, undef) (undef, undef, undef) (undef, undef, undef) (undef, undef, undef) (undef, undef, undef) (undef, undef, undef) (undef, undef, undef) (undef, undef, undef) (undef, undef, undef) (undef, undef, undef)
Why?? Can't understand it?!!

Replies are listed 'Best First'.
Re^3: Undef values from file open
by BillKSmith (Monsignor) on Mar 23, 2016 at 03:08 UTC
    You probably have a configuration problem. Download (not cut and paste) Mr.Muskrat's code. Download your own data file and rename it to "file.txt". Run the code that you just downloaded. I have duplicated his results this way.
    Bill