1. get() is failing apparently
- Posted by euphoric (admin) Sep 01, 2011
- 1124 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
- 1074 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
- 976 views
Thanks, Pete. It's always something... :)