get_num_highlights
get_num_highlights
Description
Returns the current number of sets that are highlighted. Sets are numbered starting from 0.
Arguments
Value Returned
Examples
The following example gets the current number of highlight sets and saves the value in the Tcl variable hi_count.
set hi_count [get_num_highlights]
Related Topics
Return to top