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.
alias hunderedthousand {
var %looplength = $lines(@hunderedthousand)
while (100000 > %looplength) { /write @hunderedthousand $calc($lines(@hunderedthousand) + 1) }
}Would that work? I've really got no idea.