Macro read from a text file

<< Click to Display Table of Contents >>

Navigation:  Macros > Macro commands and parameters > Macro input commands >

Macro read from a text file

Using these commands, data can be input from a text file. The file has to be opened and a separator has to be defined. Data can be read from one line or from multiple lines of text. Afterwards the file has to be closed. An opened file can not be written to at the same time. See:

TfOpenForRead: Open a text file for reading

TfRead: Read from one line of a text file

TfReadLn: Read from one line of a text file and go to the next line

TfEOF: Test end of file

TfClose: Close a text file