Multi-Versions
Multi-Versions
- Subject: Multi-Versions
- From: Jack Rarick <email@hidden>
- Date: Fri, 14 Dec 2001 07:19:22 -0500
Am I correct to assume that each version of Applescript has with it a
different set of Standard Additions? And if so, and specifically in the
case of:
read from file anyFile until eof (pre 1.6)
and
read from file anyfile from 0 to (get eof of file anyfile) (1.6)
is it appropriate to test for the version number and then use the write
coding?
or ... am I missing something here?
Thanks in advance,
Jack Rarick