SaveToArray - method of the PmList object
Description:
Returns 1-dimensional array of values queue.
Syntax:
PmArray SaveToArray()
Note:
This method is also functional in
Web panels.
The method always returns 1-dimensional array of the
PmArray type, i.e. for the
VBScript language, it
does not return array of the Array type.
Example1:
JavaScriptVBScriptSelect and copy to clipboard
var arr = oList.SaveToArray();
Dim arr
arr = oList.SaveToArray()