mIRC Home    About    Download    Register    News    Help

Print Thread
#186459 23/09/07 03:07 AM
Joined: Feb 2006
Posts: 22
B
BIGZIPZ Offline OP
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Feb 2006
Posts: 22
Hello I am trying to store a var which will look like:

%Easy.$nick e.g. %Easy.User281

When I use "set %Easy $+ $nick Dog" it creates the var with the data 'Dog' but I am unsure how I would read the var later on. When I do echo %Easy $+ $nick it displays the name of the Var and not the contents 'Dog'.

Any help would be appreciated.

Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031
/help $eval

$eval($+(%,Easy,$nick),2)

Joined: Feb 2006
Posts: 22
B
BIGZIPZ Offline OP
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Feb 2006
Posts: 22
Thank you very much for helping me with my problem.


Link Copied to Clipboard