Text File Interface Functions

LINGO has several interface functions that perform input and output operations. There are interface functions for dealing with text files, spreadsheets, and databases. There is even an interface function that lets you pass data back and forth from other applications. In this section, we are focusing on interfacing with text files, so we will investigate the @FILE function for importing the contents of external text files and the @TEXT function for exporting solutions to text files.