foreach_in_collection this_design [get_designs *] {
set this_design_name [get_object_name $this_design]
if { ![regexp {foo_} $this_design_name] } {
rename_design $this_design -prefix “foo_” -update_links
}
}
No Comments Yet »
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>