I've stumbled across another thing that I can't figure out how to do:
I'm making an AppleScript, and I want to keep adding to a list. So for example, if I had a repeat loop with i from 1 to 10, how would I:
1. First, set the variable "var" to an empty list.
2. Add each item, via one...