Element Details: Procedure.Script
 Back


Available in: Logi Info Source code name: Procedure.Script

The Procedure.Script element runs a VBScript or JScript script file. This procedure is a primary method for extending applications beyond LogiXML-provided functionality. Scripts can perform any action allowed by the operating system, including processing files, manipulating strings, and calling external programs and COM components.

Element Group:Extensions and Shared Elements



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
ID
UserDefined
(Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
Language
VBScript
JavaScript
(Required) For .NET versions, specifies the scripting language, either JavaScript or VBScript. JavaScript is the default. VBScript is deprecated. For Java versions, the scripting language is always JavaScript.
ScriptFile
UserDefined
(Required) Specifies the script file. If the script file is in the SupportFiles, no path is necessary. Otherwise, specify a full file system path location.
ScriptTimeOut
UserDefined
The amount of time, in seconds, before a script is presumed to have failed.
SubroutineName
UserDefined
(Required) Specifies the subroutine to call in the script file.



PARENT ELEMENTS

Click element to drill down for more information.

If Error
Procedure.Else
Procedure.File Exists
Procedure.Folder Exists
Procedure.If
Procedure.Run Datalayer Rows
Procedure.Run DataTable Rows
Procedure.Switch Case
Procedure.Switch Else
Task


CHILD ELEMENTS

Click element to drill down for more information.

Additional Script File
If Error
Script Input Parameters Script Output Parameters


 Back to top


 Chart Debug