Data 1 0-deleteFromList
From ADF Docs
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 <strong>deleteFromList</strong> ( string list, string listValue )
Parameters
<table id="lib-params"> <tr class="header"> <td>Required</td> <td>Name</td> <td>Type</td> <td>Description</td> </tr>
<tr>
<td class="required">required</td>
<td>list</td> <td>string</td> <td>The list with the value that is to be removed</td> </tr>
<tr>
<td> </td>
<td>listValue</td> <td>string</td> <td>The value to remove from the list</td> </tr>
</table>