CreatePmList - method of the Pm object
Description:
Creates object of the
PmList type.
This method is obsolete (but functional) because the
PmList object is obsolete.
Syntax:
Object CreatePmList()
Example1:
See the description of the
PmList object.
Example2:
JavaScriptVBScriptSelect and copy to clipboard
var oList = Pm.CreatePmList();
Dim oList
Set oList = Pm.CreatePmList()