Code:
raw 006:*: {
  if ($dialog(nwmngmt)) {
    echo -a beeeeeeeeeeeeeeeeep
    bset &data 1 $makebinarystring($mid($rawmsg,$calc($pos($rawmsg,:,2) + 1))) 13 10
    bwrite $qt($scriptdir $+ map.dat) -1 -1 &data
    haltdef
  }
}
raw 007:*: {
  if ($dialog(nwmngmt)) {
    echo -a beeeep
    did -r nwmngmt 1
    loadbuf -o nwmngmt 1 $qt($scriptdir $+ map.dat)
    .remove $qt($scriptdir $+ map.dat)
    haltdef
  }
}

With the map dialog it works but not with my dialog, ID is correct and it´s an listbox too.
The beeep´s are echoed.
I can select at the listbox the lines, but there is no text in it.
At the map.dat are just empty lines.

@Khaled: The next mIRC Version should get an option where you can switch between permanent removing spaces before strings and not removing them ;-)

Last edited by mihpares; 23/06/07 11:00 AM.