Referring to cards by their ID number is a great idea in static stacks. ID
numbers are guaranteed to be unique, so the user can be sure no conflicts
result. When working in a constantly changing stack, it's best to
reference the card by name. When a card is created, we suggest that the
user use something like:
set the name of this card to "C" & the ID of this card
to name the card. That way, names are reasonably unique (conflicts will be
extremely rare) and cutting and pasting won't change the item referenced.
The letter in quotes (in this case "C") can be any character, although it's
safer to use letters. The purpose of the leading letter is to keep
HyperCard from referencing card NUMBER "xxx" instead of card NAME "xxx".