if ($did == 8) {
did -r $dname 11
var %tempTwitchTV = $hfind(TwitchChannelUsers,*)
while (%tempTwitchTV >= 4) {
did -a $dname 11 %tempTwitchTV
}
}

cant get this to work but in hash table data is the way i need it like for example

DaRkCaSTLe = 1
TestPerson = 6
TestPerson2 = 8

i wanna scan hash table TwitchChannelUsers for all users that have a number 4 or higher and add just those users to listbox 11 on the dialog when i [ress button 8

it would even be ok if they get to list in this manner

TestPerson = 6
TestPerson2 = 8

then would like to be able send the total users that have 4 or more to text box 12

Last edited by DaRkCaSTLe1974; 28/05/13 10:56 AM.