SaveToVbArray - method of the PmArray object
Description:
Returns a copy of
PmArray as
VBScript array.
Syntax:
Array SaveToVbArray()
Note:
This method
is not functional in
Web panels.
If in
VBScript scripts some method returns
PmArray array (e.g.
Pm.JsonParse method), then
SaveToVbArray method allows to convert it into
VBScript array.