Open System Testing Architecture

TOC PREV NEXT INDEX



Including Text from Other Source Files

The INCLUDE command allows you to combine several source files into a single source file at compilation time. These included files may contain commands from any of the script sections and may span these sections. Scripts may be nested up to a depth of 10, including the main script. Care should be taken to avoid duplicating any of the script section commands (for example, ENVIRONMENT).

This command can appear at any point within the script, including before the ENVIRONMENT command.

Format:
 INCLUDE filename
Parameter:
filename

A quoted character string which defines the name of the source file to be included. The location of the file will default to the Scripts\Include directory within the Repository.

Example:
 INCLUDE 'mydefs.inc'

See also:

Overview of Script Control Language Syntax


OpenSTA.org
Mailing Lists
Further enquiries
Documentation feedback
CYRANO.com
TOC PREV NEXT INDEX