mIRC Home    About    Download    Register    News    Help

Print Thread
#74660 09/03/04 10:14 PM
D
dbayliss
dbayliss
D
Hello i have a ON input that allows me to have a nick completer. Within the code i have 'var %temp $1-' which works fine unless i say 5 + 5 it will auto add it up. Any ideas how to stop this auto adding it up?

Last edited by dbayliss; 09/03/04 10:14 PM.
#74661 10/03/04 01:09 AM
I
Iori
Iori
I
  • set -ln %temp $1-
The l switch is to set a Local variable (the same as /var does) and the n means plain text.

#74662 10/03/04 01:39 AM
D
dbayliss
dbayliss
D
Thanks for that. This was my last hope as it really stumped me laugh


Link Copied to Clipboard