mIRC Homepage
Posted By: pheonix listbox message - 15/05/03 05:18 PM
i was wondering how to send a message containing everything in my listbox in my dialog and not just the seltext
thanx in advance
Posted By: KingTomato Re: listbox message - 15/05/03 05:22 PM
$did(Dialog, id, line).text

Just read it all, line-by-line
Posted By: pheonix Re: listbox message - 15/05/03 05:24 PM
wud it work if i used $did(dialog,id,1-30).text
for example?
Posted By: codemastr Re: listbox message - 15/05/03 05:34 PM
No, try reading the helpfile.
Posted By: pheonix Re: listbox message - 15/05/03 05:36 PM
ok.
i found an alternate way now thanx anyway tho smile
Posted By: Online Re: listbox message - 15/05/03 06:00 PM
$didtok(dialog,id,C).

For example, $did(dialog,id,44) returns a list of items separated by comma (ascii value of 44). See the help file for more info.
Posted By: pheonix Re: listbox message - 15/05/03 08:06 PM
ok thnx
© mIRC Discussion Forums