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