Tinderbox v10 Icon

Properties of the application object

The application object has four read-only string properties:

For instance to read the version build number of the current install:

	tell application id "Cere"
		set theVersion to version
	end tell

or

tell application id "Cere" to set theVersion to version

These properties must be called directly from the application and not within a document tell.