Initializing help system before first use

gettag

gettag


Purpose
Gets the tag (user-defined integer information) of a constraint
Synopsis
function gettag(ctr:cpctr) : integer
Argument
ctr 
the constraint
Return value
The tag that has been previously associated to it
Example
The following example shows how to get the tag of a constraint ctr
writeln(gettag(ctr))
Related topics