[index]
CloseStack Message
Syntax
on closeStack
end closeStack
Sent to the current card
Description
Examples
When placed in the script of a stack, the following handler empties the field "status" on every card just before the stack is closed. The fields will be empty when the stack is reopened.
on closeStack
this stack
put empty into fld "status" of card i end repeat
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.