Livecode Wiki
Advertisement

Indicates the card that comes before the current card.Syntax:

previous

Examples:

go previous card
get the short name of previous card

Use the previous keyword to move backward in the stack or to reference the card before the current card.

If you are already on the first card, the previous card is the last card in the stack.

See also: stack (object),

Advertisement