Hello,
I need to do a loop on all my components and i don't know how to do it...
Something like that :
set list_comp {list 'all' components} #doesn't work...
set m 0
foreach i $list_comp {
incr m
set cname [hm_entityinfo name components $i]
#instruction
}
If someone can help me..
Thanks.