Table_of_Contents.html
http://plectrum.com/novocard/
Referring_to_objects.html
Referring_to_objects_3.html

Referring to objects (cont’d)

• An object's ID is a unique number assigned by NovoCard. Object ID numbers never change. The Info dialog box for each object displays its ID. (Stacks don't have ID's.)


go(cardID(57));


• You can refer to an object by using any of the following ordinals.


first, last


For example:


go(lastBackground.firstCard);


• You can refer to some objects by using any of the following positions.


next, previous, this


For example:


go(thisBackground.firstCard);

go(nextCard);

--- More ---