SBM ModScript Reference → Programming SBM ModScript → Free Functions → include()
Used to include scripts within other scripts.
| Parameter | Type | Description | 
|---|---|---|
| 
                 value  | 
 
              
                 string  | 
 
              
                 The name of the script to include.  | 
 
            
| Type | Description | 
|---|---|
| 
                 None  | 
 
              
SBM ModScript version: 11.3.
Use include() to write utility scripts to use repeatedly within multiple scripts. The include("scriptname") function executes like other SBM ModScript functions; the referenced script is not executed until the function call is reached; therefore, functions defined in the included script will not be available until the call to include() has been executed. For details, see Including Other Scripts.
Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.