You can use a loop and paste the index number as the file name. Here's an example:
main.r362 chars13 lines
This will create 10 csv files named "file_1.csv", "file_2.csv", ..., "file_10.csv" in the "folder" directory under your home directory (tilde symbol indicates the home directory).
gistlibby LogSnag