Include Command or READTEXT Command?
Hello,
I have a Prime 11 file that I'm using 4 iterations of the INCLUDE Statement to pull data from 4 prime sheets. The processing is very slow.
I'm thinking about using instead four sets of READTEXT commands as I can probably pull the data I need from the 4 prime files into 4 large text files. Then read the text files back into the Prime sheet in question. Seems like there would be more time creating the text files with WRITETEXT commands for each sheet. But processing the 4 big text files into my sheet should be quicker.
Anyone has experience with these two alternatives? I see a number of questions regarding the INCLUDE statement.

