mIRC Home    About    Download    Register    News    Help

Print Thread
#140470 26/01/06 12:34 AM
Joined: Jan 2006
Posts: 19
E
Pikka bird
OP Offline
Pikka bird
E
Joined: Jan 2006
Posts: 19
is there any way to use a (higher)> or <(lower) and stop it at a certain number?

#140471 26/01/06 12:41 AM
Joined: May 2005
Posts: 449
Fjord artisan
Offline
Fjord artisan
Joined: May 2005
Posts: 449
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.

#140472 26/01/06 12:47 AM
Joined: Jan 2006
Posts: 19
E
Pikka bird
OP Offline
Pikka bird
E
Joined: Jan 2006
Posts: 19
its ok i just worked it out


Link Copied to Clipboard