include_include_a_template_file_.htm
Navigation: Templates > Template Language Reference > Complete Alpha Listing >====== #INCLUDE (include a template file) ====== | |
#INCLUDE( filename )
#INCLUDE | Adds a template file to the Template file chain. |
filename | A string constant containing the name of the template file to include. |
The #INCLUDE statement adds a template file to the Template file chain. The template file containing the #INCLUDE statement continues to be processed after the included file has been processed.
Example:
#TEMPLATE(Clarion,'Clarion Standard Shipping Templates')
#INCLUDE('Program.TPW') #!Include a template file
#INCLUDE('Window.TPW') #!Include another template file
include_include_a_template_file_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1