recentNames

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
get the recentNames [of <stack>]
Synonymsbacklist
Associationsstack
Summary

Reports a list of the most recently visited cards, in reverse order.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
put line 1 of the recentNames after myVisitedCards
Values
NameTypeDescription
Value

The recentNames is a list of short name properties of cards, one name per line. If a stack is specified, the list contains only the recent cards in the stack. If not, all recent cards are listed.

RelatedKeyword: card, line
Property: name
Command: unlock recent
Object: card
Glossary: recent cards, property, current card
Description

Use the recentNames property to find out which cards the user has visited, or to re-visit a card.

The recentNames are listed in reverse order, with the current card at the top of the list, the most recently visited card next, and so on. Each visit to a card causes its name to be placed at the top of the list, even if the same card appears elsewhere in the list. The recentNames thus provides a complete track of the visitor's navigation.

Cards visited while the lockRecent property is set to true are not added to the list.

Tagsnavigation