Purpose
Removes an item from an existing list field.
You can use RemoveItem to simplify the use of dropdown lists by automating the deletion of items from the list.
RemoveItem can only be used on editable and static selection lists and affects the List attribute.
Syntax
[Form].Field.RemoveItem (String)
String |
RemoveItem finds the item specified in the String parameter and removes it from the list, leaving all other entries the same. |
Example
RemoveItem (an item in the list)
|