Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
the version [of HyperCard]
the long version [of HyperCard]
the version of stack
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, whererr
: 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:
if item 1 of the version of this stack < "02208000" then ...
on answerTheVersion
answer "The version is:" && the version & return &¬
"The long version is:" && the long version
end answerTheVersion
this stack
stack text -- name or path name
stack "Home"
stack "Simonides:School:References"
this stack
stack "HD:Stacks:Addresses alias
When used inside a stack script:me
When a stack receives a message:[the] target
Properties
Version 0.7b1 (March 24, 2022)