thanks tidy_trax, that works like a charm, i do have a couple other questions. first, whats the difference between the multsel and extsel options for the listbox? and second, how can i go about removing the items from an ini?
Code:
on *:dialog:blah:sclick:3:{ 
  while ($did(blah,1).sel) { did -d blah 1 $v1 | remini my.ini sect $v1 }
}