• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
scope problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: scope problem
      • From: Axel Luttgens <email@hidden>
    • Re: scope problem
      • From: Joe <email@hidden>
    • Re: scope problem
      • From: Ed Stockly <email@hidden>
  • Prev by Date: Creating an index from a style sheet in Quark
  • Next by Date: Re: scope problem
  • Previous by thread: Creating an index from a style sheet in Quark
  • Next by thread: Re: scope problem
  • Index(es):
    • Date
    • Thread