back

Typekeyword
DictionaryLCS
LibraryLiveCode Script
Syntax
back
Summary

Designates a location in the message path after an object's stack, or the most recently visited card.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
insert the script of card button 9 into back
go back
RelatedKeyword: 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.

Tagsnavigation