Script crashes in OS9.2.2
Script crashes in OS9.2.2
- Subject: Script crashes in OS9.2.2
- From: David Mulholland <email@hidden>
- Date: Thu, 25 Apr 2002 16:40:55 +1000
I'm using a Palm supplied script to synchronise MS Entourage mail with the
Palm Multimail program. This procedure worked under OS9.1 but hangs after
upgrading to 9.2.2.
The problem script's first few lines are:
on run
set myFileRef to (open for access file "MMcache" with write permission)
set myLandMark to "~!@#$"
set readStatus to "ReadStat: R"
set notReadStatus to "ReadStat: U"
set linefeed to return
set myLimitRef to (open for access file "MMLimit")
set limit to (read myLimitRef until linefeed)
close access myLimitRef
set numDays to limit as integer
I was getting the error message:
"File Mmcache wasn't found"
After having tried different versions of Applescript (1.4, 1.6) I'm now
getting a different error message:
--> Can't make file "MMcache" into a +class fsrf;.
My current setup is G4 Cube 9.2.2 , Applescript v1.5.5
Any help would be appreciated
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.