AddHead - method of the PmList object
Description:
Adds value to the beginning of the list.
Syntax:
Empty AddHead(Variant Value)
Parameters:
| Value | (Variant) Value to be added to the list. |
|---|
Example1:
JavaScriptVBScriptSelect and copy to clipboard
oList.AddHead(Value);
oList.AddHead Value