Hello!
I'm struggling a bit trying to come up with a way of reading in multiple textfiles and acting on each individually. I was initially attempting to utilize [until], but I think I don't fully understand its order of operations as it seem to iterate itself while the nested [until] is still attempting to act upon the currently read in text file. Is there a way to:
- Read in multiple text files into a single [text] object, thus eliminating the need to have a nested loop OR
- To prevent [until] from iterating to the next cycle until it receives a bang or something?
Any and all help appreciated. Thanks!