this

Typekeyword
DictionaryLCS
LibraryLiveCode Script
Syntax
this
Synonymscurrent
Summary

Indicates the current stack, or the current card of the current stack.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
local tCurrentName
put the name of this card into tCurrentName
sort cards by the mark of this card
send preOpenStack to this stack
RelatedKeyword: card, the
Glossary: keyword, current stack, current card, command, property, expression
Object: card
Description

Use the this keyword to indicate the current card or current stack in an expression.

When used in a sort command, the this keyword indicates each card to be sorted. You can use the this keyword to sort cards by a card property.

Tagsobjects