As I said there are about 70 writeini commands, hence 70 lines. Using what you said, I would have to write it out like this:

$read(file.txt,1)
$read(file.txt,2)
$read(file.txt,3)
etc
etc
$read(file.txt,69)
$read(file.txt,70)

Doing that defeats the purpose of me wanting to "include". Either way, the script would be long.