Initializing help system before first use

settag

settag


Purpose
Sets the tag (user-defined integer information) of a constraint
Synopsis
procedure settag(ctr:cpctr,tag:integer)
Arguments
ctr 
the constraint
tag 
the tag
Example
The following example shows how to set the tag of a constraint to '32'
settag(ctr,32)
Related topics