@selected = $tl->curselection; foreach (@selected) { # Do something with the index: $selitem = $tl->get($_); }
I did this but I think that curselection and get don't work with the TList I know that instead curselection I can do : $tl->info('selection'). But what I can do instead $tl->get Using $tl->get give me an Error message
Thanks,janitored by ybiC: <code> tags around example code, as per Monastery convetion
In reply to Tlist get selected by michaelg
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |