back | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Designates a location in the message path after an object's stack, or the most recently visited card. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: card, front Constant: return Command: remove script Function: backScripts Glossary: return, message path, recent cards, statement, backScript, keyword, command, object Object: stack |
Description | Use the back keyword to return to the most recently visited card, or to designate a backScript. When used with the go command, the back keyword designates the card the user visited most recently. The statement go back returns to that card. When used with the insert script or remove script command, the back keyword designates a backScript which is to be placed in the message path after the stack. |
Tags | navigation |