op.getExpansionState

Syntax op.getExpansionState ()

Params None required.

Action Generates a marker that can be used later by op.setExpansionState to reset the expand/collapsed state of the target outline window to its current state.

Returns A list of numbers that has value only as an argument to be passed to op.setExpansionState.

Notes The marker is guaranteed to remain valid only as long as the structure of the outline doesn't change.

The marker is a list of the line numbers of those lines that are currently expanded.

This kernel verb was added in Frontier 6.2a9.

See Also op.setExpansionState

Discuss