Note: This is a work in progress and many formatting issues have been fixed. Read more about the project on the home page.
The version property returns the version number of the HyperCard application that is currently running. You can’t set the version.
The long version returns an 8-digit number in the form xxyyzzrr as follows:
xx : The major revision numberyy : The minor revision numberzz : The software state, where** 80 = final
** 60 = beta
** 40 = alpha
** 20 = development
rr : The release numberFor example, 02206044 is version 2.2 beta release 44, and 02208000 is version 2.2 final.
The version of stack returns a comma-separated list of five numbers in the format of Macintosh version resources:
An expression that identifies a stack by its name, using one of the following forms:
For example:
When used inside a stack script: me
When a stack receives a message: [the] target