mIRC Home    About    Download    Register    News    Help

Print Thread
#66490 04/01/04 03:49 AM
S
Static
Static
S
Ive set a variable like % $+ $nick $+ .otimes and i know to retrive it I need to use eval brackets but the only examples i can find are for one one word variables like % [ $+ [ $nick ] ]

#66491 04/01/04 07:45 AM
T
Terrywin
Terrywin
T
You need to set your variables using the evaluation brackets as well:

Code:
set % [ $+ [ $nick ] $+ .otimes ] whatever



#66492 04/01/04 08:32 AM
M
Man
Man
M
$(% $+ %nick $+ .otimes,2)
or
$eval(% $+ $nick $+ .otimes,2)

That will do the trick, and takes less space than evaluation brackets

#66493 04/01/04 08:33 AM
D
DaveC
DaveC
D
but evaluation brakets look much cooler! <grin>

#66494 04/01/04 11:29 AM
Joined: Jan 2003
Posts: 2,125
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,125
No, you don't.

#66495 04/01/04 11:57 AM
T
theRat
theRat
T
$($+(%,%nick,.otimes),2)

MUCH COOLER

#66496 04/01/04 04:29 PM
S
Static
Static
S
Response to all:
Thank you im dumb lol!


Link Copied to Clipboard