mIRC Home    About    Download    Register    News    Help

Print Thread
#21532 29/04/03 06:55 PM
Joined: Jan 2003
Posts: 148
K
Knappen Offline OP
Vogon poet
OP Offline
Vogon poet
K
Joined: Jan 2003
Posts: 148
I have gotn my bug report form to work. But when i send it it only sends the first line in the edit field in the dialog. I save the input to %text and then I send %text, but if i use several lines it only sends the first line. Why? What can i do to get to send all the lines?

Thanks!

#21533 29/04/03 07:16 PM
Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
Why not put a loop in to read it straight from the dialog.
Code:
  var %i = 1 
  while $did(DIALOGNAME,ID,%i) { 
    sockwrite -n SOCKNAME $ifmatch
    inc %i
  }


#21534 29/04/03 07:39 PM
Joined: Jan 2003
Posts: 148
K
Knappen Offline OP
Vogon poet
OP Offline
Vogon poet
K
Joined: Jan 2003
Posts: 148
I dont know what it is, but when i try to send the informasjon straight from the dialog i get an empty email...

So i have to send the %text, but I still get an empty email when i used %text in the while command...

#21535 30/04/03 10:07 AM
Joined: Jan 2003
Posts: 148
K
Knappen Offline OP
Vogon poet
OP Offline
Vogon poet
K
Joined: Jan 2003
Posts: 148
It doesn`t work! I only recive an empty email... And i need to use the %text to send! Help me pliz!! smile

#21536 01/05/03 01:04 PM
Joined: Dec 2002
Posts: 339
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 339
How about saving it to a .txt file or somewere and sending it from there?


Link Copied to Clipboard