don`t wanna seem like a pain and i apreciate ur help very much
but i tried this
if ($did == 8) {
did -r $dname 11
var %count = $hget(TwitchChannelUsers,0).item
while (%count) {
if ($hget(TwitchChannelUsers,%count) >= 4) { did -a $dname 11 $hget(TwitchChannelUsers,%count).item }
dec %count
}
}

and it it isnt loading anything in listbox 11 and in the table there is multiple names that = >4 example

Grim = 5
Reaper = 7
Test = 1
Test2 = 1

is that coded wrong do i need to do soemthing special to get all that = 4 or more into list box 11
if ($hget(TwitchChannelUsers,%count) >= 4) { did -a $dname 11 $hget(TwitchChannelUsers,%count) } ??

Last edited by DaRkCaSTLe1974; 29/05/13 05:23 AM.