mIRC Homepage
Posted By: evidence22 more than - 26/01/06 12:34 AM
is there any way to use a (higher)> or <(lower) and stop it at a certain number?
Posted By: bwr30060 Re: more than - 26/01/06 12:41 AM
You'll need to give more detail than that. Stop what? Are you incrementing in a loop? If that's what you're doing, then it would look something like this
Code:
var %a = 1
while (%a &lt; 10) {
echo -a %a
inc %a

Since you didn't provide much detail, I'm not sure what you're asking. Clarify it a little so we know what to help with.
Posted By: evidence22 Re: more than - 26/01/06 12:47 AM
its ok i just worked it out
© mIRC Discussion Forums