getParameterValues()

All values are obtained for a potentially multi-valued parameter as an array, based on the name. If the named parameter value does not exist, return null.

Example using getParameterValues():

var arrValues = env.getParameterValues(strName)

Parameter

Description

strName

The name of the parameter as supplied in the command file. For example, script.js -param:document="[\"c:\\docs\\file1.bqy\", \"d:\\docs\\file2.bqy \"]" In this case, strName is document.