Refering to a file containing huge data

If the names are too variable to be expressed with a formula/s that depends on the loop variable/s, then you will probably have to write them by hand. Or maybe you can save a list of the paths/names to a text file and read the names from this file in a loop. You can get an on-the-fly listing of the file contents (but if you will not use all the items in the list, you will need to implement a way to skip the ones you don’t want); read for example here, or search for similar threads:

2 Likes