Duplicate_elements_TCL_command
hi,
I need to delete all duplicate elements using tcl command. I am new to tcl coding.
*createmark elements 1 'displayed'
*createmark elements 2
*elementtestduplicates elements 1 2 1
I copied these command line from command.tcl. But i am not sure how to mark the failed element and delete it using tcl command
Find more posts tagged with
Sort by:
1 - 1 of
11
*createmark elements 1 'displayed' *createmark elements 2 *elementtestduplicates elements 1 2 1 set elist [hm_getmark elems 2] puts 'Elems to delete: $elist'