//var %a = 1 | while (%a != 5) !inc %a

your joking right?

this almost seems like a recipe to hang/crash the client...
luckily mIRC just says WTF??????
lets see %a =1 while it does not equal 5 then
dont increment %a ???
i dont know what !command should do...
//!echo -s $time
is same as //echo -s $time

hmmm seems like the waste of a keystroke..
if the while loop does not resolve that may not be good

whats wrong with???
==> //var %a = 1 | while (%a != 5) { inc %a | echo -a %a }
or //var %a = 1 | while (%a < 5) { inc %a | echo -a %a }

this works for me
//var %a = 1 | while (%a != 5) { echo -a = %a | !inc %a | echo -a - %a }

i can find no documentation for !command

i can understand ==> //timer 1 8 echo -a Time: $!time

Last edited by mIRC_Scripter; 09/07/04 08:00 AM.