arc:include
Version 24.2.9039
Version 24.2.9039
arc:include
Use the arc:include keyword 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 include.
- language: The language the file is written in.
Control Attributes
None
Example
Import companyname
and copyright
attributes in each script without duplication:
<arc:include file="globals.rsb"/>
[companyname]
[copyright]
<arc:call ...>