1. get() is failing apparently
- Posted by euphoric (admin) Sep 01, 2011
- 1217 views
Am I doing something wrong? Have bad expectations? Or is this a bug?
2. Re: get() is failing apparently
- Posted by petelomax Sep 02, 2011
- 1165 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
3. Re: get() is failing apparently
- Posted by euphoric (admin) Sep 02, 2011
- 1065 views
Thanks, Pete. It's always something... :)