mIRC Homepage
Posted By: Adrenalin $?=" ... - 19/05/03 03:58 PM
How can i put in the editbox any text with the " symbol ?
//set %Channels $?="Type multiple channel separe with $+($chr(34),$chr(44),$chr(34)) symbol"

Must show: Type multiple channel separe with "," symbol
But show only: Type multiple channel separe with

Any ideas ?

Posted By: ikke Re: $?=" ... - 19/05/03 09:16 PM
try using \", i didn't try, but it normally works in programming. (adding a \ in front)
Posted By: theRat Re: $?=" ... - 19/05/03 09:22 PM
$replace($?="Type in multiple channels",$chr(32),$chr(44))

maybe?
Posted By: starbucks_mafia Re: $?=" ... - 19/05/03 09:24 PM
As far as I know you can't. $input() is a more flexible implementation of the $? dialogs, use that instead.
eg. $input(Type multiple channel separe with $+($chr(34),$chr(44),$chr(34)) symbol, e)
Note the second parameter 'e'.
Posted By: Adrenalin Re: $?=" ... - 22/05/03 01:18 PM
He he cool Work fine smirk
10x
Posted By: babyorphan Re: $?=" ... - 26/05/03 08:39 AM
You could use a ' crazy
Code:

$?="Type multiple channel separe with '','' symbol"

In most cases it will look the same.. '' = '; " = ";
© mIRC Discussion Forums