Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
I need to read more number of files in a single folder having common names only changes by numbering. In my prob, all the files have common name "level1,level2, level3" and so on. Can i use concat along with for loop or is there any option to read 82 files of this kind at a time?
Yes, you can use concat in a for loop. There is no built-in multi-read function (as far as I'm aware).
Stuart