i'm trying to set and get the variable

Code:
set %nick. $+ [ $gettok($did($dname,2),1,44) ] $address($gettok($did($dname,2),1,44),2)  


And tried to get it
Code:
if ($+(%nick,.,$did($dname,1).sel)) { ruser nick $+(%nick,.,$did($dname,1).sel) }


i tried to echo it but it returns "1"
not the ip of the added nick...

How can i get it?


learn learn learn