function argument

Parameters that are required in a script to perform a function. Scripts define the copy methods, equations and workflows. They have a specific syntax of variable name, function and arguments:

Dim variable As Type

variable = function("argument1","argument2",...)

See the Infor Optiva Scripting Administration Guide for more information.