hi, i am italian so i speak little english...

i have a problem with mirc 6.14

1) when i write some space, for example 3 spaces, in my text the output is only one space. example:

i digit: Ciao ___ Ciao
i see: Ciao _ Ciao

(i assume that _ is space) the problem is on forum too frown

why?

2) when i use the msg or say in my script for write a text with a { or } there is a problem is on a timer example

example :

pclipbrd2 {
var %pCBdly = 1700
var %tmpCBct = 1
while (%tmpCBct <= $cb(0)) {
if $cb(%tmpCBct) != $null { .timer -m 1 $calc(%tmpCBct * %pCBdly) msg %nick $cb(%tmpCBct) }
inc %tmpCBct 1
continue
}
}

if i copy the script in clipboard e then i launch the script there is problem: the { o } are not displayed.

if i remove the timer istruction there is the 1) problem only....

why for the problem 2) ?


thanks