M
marfi95
Is there a way to make the internetreadfile function read records that
are terminated by newlines instead of reading into a buffer. It would
make it much easier for me to process.
I suppose I could read the whole file and split into an arry, but how
do I split on a CRLF ?
Mark
are terminated by newlines instead of reading into a buffer. It would
make it much easier for me to process.
I suppose I could read the whole file and split into an arry, but how
do I split on a CRLF ?
Mark