woops this what u need grin

Code:
alias c {
  var %i = 0
  while (%i < 255) {
    inc %i
    echo -s %i $chr(%i)
  }
}
}

Last edited by J0ke; 21/08/03 06:35 AM.