Advertisement
Iire

Loop Version?

Sep 23rd, 2011
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. on *:TEXT:!winners:#: {
  2. var %i 1, %winners, %t
  3. while (%f [ $+ [ %i ] ] ) {
  4. %t = $v1
  5. if (%t def. isin %pageresults) %winners = $addtok(%winners,%t,44)
  6. inc %i
  7. }
  8. echo -a $iif(%winners,%winners,No winners yet.)
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement