scope problem
scope problem
- Subject: scope problem
- From: tom wible <email@hidden>
- Date: Thu, 28 Aug 2008 20:28:29 -0400
this code:
to getParentOf(path)
set AppleScript's text item delimiters to "/"
try
set pPath to text items 2 thru -2 of path
set pPath to pPath as string
end try
set AppleScript's text item delimiters to ""
return pPath
end getParentOf
script etvClass
property parent : recClass
to parseInfo(interactive)
set eyeBundle to getParentOf(my fileName)
give this error:
(*«script» doesn't understand the getParentOf message.*)
obviously i'm ignorant of the finer points of applescript scoping...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden