readfill
Specifies a fill file to be read by Templex.
Syntax
readfill str_expr
Input
- str_expr
- The name of a variable definition file.
Example
{readfill "oldstyle.fil"; ' reads a Filler fill file }
Comments
A fill file is an ASCII file containing variable definitions for a template. When a readfill statement is encountered, Templex reads the variable definitions from the specified file and continues processing the template.
str_expr can be either literal text or a string variable. If str_expr is literal text, it must be placed between double quotes.
readfill is included for backward compatibility with Filler.