mIRC Home    About    Download    Register    News    Help

Print Thread
#25041 19/05/03 03:58 PM
Joined: Apr 2003
Posts: 414
Fjord artisan
OP Offline
Fjord artisan
Joined: Apr 2003
Posts: 414
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 ?



mIRC Chm Help 6.16.0.3 Full Anchored!
#25042 19/05/03 09:16 PM
Joined: Dec 2002
Posts: 6
I
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
I
Joined: Dec 2002
Posts: 6
try using \", i didn't try, but it normally works in programming. (adding a \ in front)

#25043 19/05/03 09:22 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
$replace($?="Type in multiple channels",$chr(32),$chr(44))

maybe?


Code:
//if ( khaled isgod ) echo yes | else echo no
#25044 19/05/03 09:24 PM
Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
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'.


Spelling mistakes, grammatical errors, and stupid comments are intentional.
#25045 22/05/03 01:18 PM
Joined: Apr 2003
Posts: 414
Fjord artisan
OP Offline
Fjord artisan
Joined: Apr 2003
Posts: 414
He he cool Work fine smirk
10x


mIRC Chm Help 6.16.0.3 Full Anchored!
#25046 26/05/03 08:39 AM
Joined: Jan 2003
Posts: 14
B
Pikka bird
Offline
Pikka bird
B
Joined: Jan 2003
Posts: 14
You could use a ' crazy
Code:

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

In most cases it will look the same.. '' = '; " = ";


Sincerely,
babyorphan, #Lobby @ geekIRC
-------
bOS2 - IRC client
version; 1.07

Link Copied to Clipboard