mIRC Home    About    Download    Register    News    Help

Print Thread
#193645 23/01/08 12:49 AM
Joined: Jul 2005
Posts: 37
G
gans Offline OP
Ameglian cow
OP Offline
Ameglian cow
G
Joined: Jul 2005
Posts: 37
hi everyone i need help how can i use $1 $2 in a loop
im using %loop as the number im just not sure how to do it

example $+($,%loop) dont work that just gives me the number not whats set in text $1

thanks...

gans #193646 23/01/08 12:59 AM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
$($+($,%loop),2)

or

$eval($+($,%loop),2)


They are the same thing. You're just evaluating it twice instead of once.


Invision Support
#Invision on irc.irchighway.net
Riamus2 #193647 23/01/08 01:12 AM
Joined: Jul 2005
Posts: 37
G
gans Offline OP
Ameglian cow
OP Offline
Ameglian cow
G
Joined: Jul 2005
Posts: 37
thanks that works nice


Link Copied to Clipboard