arc:include
Version 22.0.8473
arc:include
Version 22.0.8473
The arc:include keyword is used to include ArcScript from other files. Like traditional includes in other programming languages, arc:include is replaced by the contents of the file specified in the file parameter.
Parameters
- file | document: The name of the file to be included.
- language: The language the file was written in.
Control Attributes
None
Examples
Import certain attributes (companyname, copyright) in each script without duplication:
<arc:include file="globals.rsb"/>
[companyname]
[copyright]
<arc:call ...>