Read From Text File

Read the contents of a text file into a new or exiting variable.

  1. Select the text file from which to read the contents.

  2. Enter the name of the variable into which to place the text.

  3. Choose whether to read the full contents of the file into the variable or a single line at a time.

    • For a single line at a time, enter the name of the variable into which to place the result TRUE when the end of the file is reached.

      • You can then use this variable with the Loop command so that the wizard exits the loop when reaching the end of the file.

  4. Instruct the wizard how to handle any errors encountered. Read more about error handling.