Re: How to use delimiters in Standard Additions file read/write
Re: How to use delimiters in Standard Additions file read/write
- Subject: Re: How to use delimiters in Standard Additions file read/write
- From: Cannonball <email@hidden>
- Date: Mon, 19 Mar 2001 07:29:08 -0800
Victor Yee wrote:
>
Perhaps that's the explanation. Are your Standard Additions at 1.6 as well?
Yes!
Dug out an OS 9.04 disk, booted, and now:
read theFile as list using delimiters {" "}
works as you all expected, while:
words of (read theFile)
is the fastest again!
I was beginning to think we were making this stuff up!
Devon