sets
Sort by:
1 - 7 of
71

New Altair Community Member
Updated by llyle_20499
Hello mahes,
set $lst_nodes [hm_createmark nodes 'by set' setname
foreach node $lst_nodes {
puts $node
}
Hello mahes,
set $lst_nodes [hm_createmark nodes 'by set' setnameforeach node $lst_nodes {
puts $node
}
Hi, hm_createmark return an emptied string
so to get lst_nodes you have to use hm_getmark/emoticons/default_wink.png' srcset='/emoticons/wink@2x.png 2x' title=';)' width='20' />


Updated by Altair Forum User
Hi tinh,
Thanks tinh.
Is using createmark is the reason i cant access the nodes in the list?
And can u pls suggest me some url that will be useful for learning about basic things about hm commands like how they wrk ,wat it returns
This should work...
hm_createmark nodes 1 'by set' 'Your set name'
foreach node [hm_getmark nodes 1] {
*** perform activity
}