Simple AppleScript help with lists

simX

Unofficial Mac Genius
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 simple command in the repeat loop.

I think that's understandable. I can't believe I'm stuck on something so simple.
 
Back
Top