Guest User

Untitled

a guest
Jan 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. alias prueba {
  2. %c = 1
  3. while ($lines(canales.txt) >= %c) {
  4. if ($read(canales.txt,%c) != %borrar) { echo -s no se encuentra %borrar | halt }
  5. else echo -s Encontrado %borrar | halt
  6. inc %c
  7. }
  8. }
Add Comment
Please, Sign In to add comment