mIRC Homepage
Posted By: MonkeyMan Variables - 26/03/03 02:47 AM
Ok, i have been using ini files but then i found were i shouldnt use them. If i use set %test. $+ $nick 0 it will create the variable, but when i trie to read it such as /msg $chan %test. $+ $nick is doesnt work... i am just wondering why it doesnt work... confused
Posted By: verdugo2000 Re: Variables - 26/03/03 04:09 AM
you can replace with -------- $nick for this --->> $1

I Hope you found ,useful

Posted By: _D3m0n_ Re: Variables - 26/03/03 04:25 AM
try //echo $+(%,test.,$nick)

see if that reads it for u .....
Posted By: GBX Re: Variables - 26/03/03 02:17 PM
if above doesnt work try

msg $chan %test. [ $+ [ $nick ] ]
Posted By: Syperus Re: Variables - 27/03/03 02:00 AM
im sure one of the other posts answered ur question but i wanted to point out a possibility on why it isn't workin..you set the variable %test. $+ $nick which would give u %test.whoever, then u did msg $chan %test. $+ $nick when the variable would already be %test.whoever and ur tryin to send %test.whoever whoever. I hope i didn't confuse you, i was just pointing out the possibility. smile
© mIRC Discussion Forums