Changes

A collection of changes.

Methods:

[], anyItem, count, everyItem, firstItem, item, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

Change [] (index:Number)

Returns the Change with the specified index.

Parameter

Type

Description

index

Number

The index.

Change anyItem ()

Returns any Change in the collection.

Number count ()

Displays the number of elements in the Change.

Change everyItem ()

Returns every Change in the collection.

Change firstItem ()

Returns the first Change in the collection.

Change item (index:Varies LongInteger String)

Returns the Change with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

Change itemByRange (from:Varies Change LongInteger String, to:Varies Change LongInteger String)

Returns the Changes within the specified range.

Parameter

Type

Description

from

Change

LongInteger

String

The Change, index, or name at the beginning of the range. Can accept: Change, Long Integer or String.

to

Change

LongInteger

String

The Change, index, or name at the end of the range. Can accept: Change, Long Integer or String.

Change lastItem ()

Returns the last Change in the collection.

Change middleItem ()

Returns the middle Change in the collection.

Change nextItem (obj:Change)

Returns the Change whose index follows the specified Change in the collection.

Parameter

Type

Description

obj

Change

The Change whose index comes before the desired Change.

Change previousItem (obj:Change)

Returns the Change with the index previous to the specified index.

Parameter

Type

Description

obj

Change

The index of the Change that follows the desired Change.

String toSource ()

Generates a string which, if executed, will return the Change.

Object of

Cell.changes

Table.changes

Story.changes

XmlStory.changes