0_0

Thanks for the advice. It looks like benchmarking is a highly debated subject.

Anyway, Riamus: Would that considerably lower the amount of time taken if it didn't have to continually write? I've never really dealt with custom windows or the buffer. How would I do that? Something like /savebuf ?

Edit: /window -e @hunderdthousand

I used the -e switch so I could type in the /savebuf command afterwards. However, I'm still not sure how to edit the script.

Code:
alias hunderedthousand {
  var %looplength = $lines(@hunderedthousand)
  while (100000 > %looplength) { /write @hunderedthousand $calc($lines(@hunderedthousand) + 1) }
}


Would that work? I've really got no idea.

Last edited by Mpot; 22/03/08 03:29 PM.