Read File question - OS 9
Read File question - OS 9
- Subject: Read File question - OS 9
- From: Charles Heizer <email@hidden>
- Date: Thu, 08 Aug 2002 11:35:53 -0700
Hello,
I would like to read the 4th line of this file and from the 8th char, but I
keep getting a error.
Can someone please help,
Thanks,
- Charles
Here is my test code -
tell application "Finder"
activate
set theEDMFile to (file "EDM Settings" of preferences folder)
set myData to (read theEDMFile as {text} using delimiter {return})
set myData to item 4 of myData
set myData to (read myData from 8)
display dialog myData
end tell
_______________________________________________
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.