View Single Post
Quote:
Originally Posted by JohnJ80 View Post
Code:
	try
		set _context to the name of (get context of selectedItem)
	on error
		set _contect to "None"
	end try
	
	
	try
		set _subject to the name of selectedItem
	on error
		set _subect to "No Subject"
	end try
Looks like you've got some typos in there -- "_contect" and "_subect"