mIRC Home    About    Download    Register    News    Help

Print Thread
#24361 15/05/03 05:18 PM
Joined: May 2003
Posts: 2,265
P
pheonix Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
i was wondering how to send a message containing everything in my listbox in my dialog and not just the seltext
thanx in advance


new username: tidy_trax
#24362 15/05/03 05:22 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
$did(Dialog, id, line).text

Just read it all, line-by-line


-KingTomato
#24363 15/05/03 05:24 PM
Joined: May 2003
Posts: 2,265
P
pheonix Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
wud it work if i used $did(dialog,id,1-30).text
for example?

Last edited by pheonix; 15/05/03 05:25 PM.

new username: tidy_trax
#24364 15/05/03 05:34 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
No, try reading the helpfile.

#24365 15/05/03 05:36 PM
Joined: May 2003
Posts: 2,265
P
pheonix Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
ok.
i found an alternate way now thanx anyway tho smile


new username: tidy_trax
#24366 15/05/03 06:00 PM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
$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.

#24367 15/05/03 08:06 PM
Joined: May 2003
Posts: 2,265
P
pheonix Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
ok thnx


new username: tidy_trax

Link Copied to Clipboard