<< Click to Display Table of Contents >> Navigation: Macros > Macro commands and parameters > Macro input commands > Macro read from a text file > Macro command TfOpenForRead |
Purpose:
Open a text file for reading
General notation:
TfOpenForRead( FileIndex, FileName, Separator )
Example:
Opening a text file with a semicolon as a separator:
TfOpenForRead( 1, 'output.txt', ';' )
See also:
Back to input commands.