Skip to content

Create Script

Creates a script.

Permissions

Command KindNeeded User Kind
WriteAdmin, Sys

Parameters

NameTypeDescriptionRequiredDefaultValues
LanguagestringLanguage of the script: [Basic] or [Pascal].yesBasic, Pascal
ScriptstringName of the script ([Script]).yes
Caption1stringCaption 1no
Caption2stringCaption 2no
Caption3stringCaption 3no
Caption4stringCaption 4no
Caption5stringCaption 5no
Caption6stringCaption 6no
Caption7stringCaption 7no
Caption8stringCaption 8no
Caption9stringCaption 9no
Caption10stringCaption 10no
Doublearray of stringName of a number output field. In the script, the functions 'AddOutput' and 'SetOutput' are used to fill output fields.no
Stringarray of stringName of a text output field. In the script, the functions 'AddOutput' and 'SetOutput' are used to fill output fields.no

Result

NameTypeDescription
ScriptstringName of the script.
Caption1stringCaption 1
Caption2stringCaption 2
Caption3stringCaption 3
Caption4stringCaption 4
Caption5stringCaption 5
Caption6stringCaption 6
Caption7stringCaption 7
Caption8stringCaption 8
Caption9stringCaption 9
Caption10stringCaption 10
LinesintegerNumber of lines of the script.
LanguagestringLanguage of the script: Basic or Pascal.
PermissionstringScript permissions of the actual user.

Code

text
CREATE SCRIPT
LANGUAGE=[string, Needed, values=[Basic,Pascal]]
SCRIPT=[string, Needed]
CAPTION1=[string]
CAPTION2=[string]
CAPTION3=[string]
CAPTION4=[string]
CAPTION5=[string]
CAPTION6=[string]
CAPTION7=[string]
CAPTION8=[string]
CAPTION9=[string]
CAPTION10=[string]
DOUBLE=[string, Multiple]
STRING=[string, Multiple]