Question
Can you read from a text file in macros?
I have a macro that writes filenames to a text file using fwrite.
However, I don't want repeats, so want to check that the filename doesn't already exist in the text file before writing it.
I use the fwrite command but can't find a corresponding read command. Is this possible within the macros?

