Re: get() is failing apparently
- Posted by petelomax Sep 02, 2011
- 1073 views
From the docs:
Multiple "top-level" objects in the input stream must be separated from each other with one or more "whitespace" characters (blank, tab, \r or \n).
If you puts(fn," ") (or "\n", or ",") in the top loop it should work.
Pete