Difference between revisions of "Data 1 0-deleteFromList"
From ADF Docs
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | __NOTOC__ | ||
| + | Attention: Do not change any text in the description, signature, and paramter sections. | ||
| + | |||
| + | Return to [[Data_1_0]] | ||
| + | |||
== Description == | == Description == | ||
Removes a value from a list | Removes a value from a list | ||
Latest revision as of 17:33, 24 November 2010
Attention: Do not change any text in the description, signature, and paramter sections.
Return to Data_1_0
Description
Removes a value from a list
Signature
public String deleteFromList ( string list, string listValue )
Parameters
| Required | Name | Type | Description |
| required | list | string | The list with the value that is to be removed |
| listValue | string | The value to remove from the list |