Is there a way to generate variables with names like var1, var2, var3? Right now I've been resorting to using either a cat function to string it together or to pre-generate a list and having it select from list[x] as it loops. Help would be much appreciated. Thanks!