RemoveHead - method of the PmList object
Description:
Removes value from beginning of the list.
Syntax:
Variant RemoveHead()
Return value:
Value that was removed from the list.
Example1:
JavaScriptVBScriptSelect and copy to clipboard
var Value = oList.RemoveHead();
Dim Value
Value = oList.RemoveHead()