Reports the cards in a stack or the cards that a specified group appears on.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
get the cardIDs of {group | stack}
# Examples
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"
# 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.
# Tags
# See