Equinox Online Help - Language Reference - A to Z

Home

ListDeleteString

Applies to
SyntaxListDeleteString ListItem, StringExpression
Action[Statement] Deletes an item within a combo field.
ScopeOnly usable in form methods.
Notes

This statement is used to delete values within the combo field specified by the ListItem parameter. The value to delete is the value matching the contents of the StringExpression parameter.

The system workarea SysError is set to a non-zero value if an error occurs, otherwise zero.

CategoryCombo lists
See Also ListAppend, ListCount, ListDelete, ListEmpty, ListFind, ListInsert, ListRead, ListReset, ListSpace
Example

This simple example deletes the value "Essex" from an existing list.

ListDelete County, "Essex"