mIRC Home    About    Download    Register    News    Help

Print Thread
#16954 26/03/03 02:47 AM
M
MonkeyMan
MonkeyMan
M
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

#16955 26/03/03 04:09 AM
V
verdugo2000
verdugo2000
V
you can replace with -------- $nick for this --->> $1

I Hope you found ,useful


#16956 26/03/03 04:25 AM
Joined: Dec 2002
Posts: 1,518
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,518
try //echo $+(%,test.,$nick)

see if that reads it for u .....

#16957 26/03/03 02:17 PM
G
GBX
GBX
G
if above doesnt work try

msg $chan %test. [ $+ [ $nick ] ]

#16958 27/03/03 02:00 AM
S
Syperus
Syperus
S
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


Link Copied to Clipboard