The second naive solution would be to use readText and splitLines.
That's the sort of thing I always do because then I understand what's going on, and when there's a bug I can find it easily!
But then I'm not writing libraries. Steve
The second naive solution would be to use readText and splitLines.
That's the sort of thing I always do because then I understand what's going on, and when there's a bug I can find it easily!
But then I'm not writing libraries. Steve