Note: This is a work in progress and many formatting issues have been fixed. Read more about the project on the home page.
Value returned: a character chunk expression that indicates where the most recent find
command located its target string. If nothing was found, it returns empty
. The chunk expression returned has the following form:
An expression that evaluates to a positive integer.
For example:
See also: background
, bkgnd
, button
, card
, chunk
, field
, menu
, and menuItem
HyperTalk Definition
A place where you can store and retrieve a value.
There are six types of containers in HyperCard: a variable, a button, a field, the selection, the Message box, and menus.
Additionally, you can refer to a button or field by its part number:
AppleScript Definition
An object that contains one or more other objects, known as elements of the container. In a reference, the container specifies where to find an object. You specify containers with the reserved words of
or in
.
You can also use the possesive form ('s
) to specify containers. For example, in
the container is first window
. The object it contains is a name property.