cardIDs

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
get the cardIDs of {group | stack}
Associationsstack
Summary

Reports the cards in a stack or the cards that a specified group appears on.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
get line 2 to 5 of the cardIDs of this stack
repeat with y = 1 to the number of lines of the cardIDs of this stack
get the cardIDs of group "navigation"
Values
NameTypeDescription
Value

The cardIDs of a stack or group reports a list of short ID properties of cards, one per line. This property is read-only and cannot be set.

RelatedProperty: groupIDs, ID, cardNames
Description

Use the cardIDs property to find out which cards are in the stack, or to find out which card IDs have already been used.

Each line of the cardIDs contains the short id of a card.

The cardIDs of a group returns the short ids of all the cards the group is placed on.

Tagsobjects