Data 1 0-deleteFromList

From ADF Docs
Revision as of 23:15, 23 November 2010 by Ecaxabu (talk | contribs)
Jump to: navigation, search


Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page


CLICK HERE


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>&nbsp;</td>

<td>listValue</td> <td>string</td> <td>The value to remove from the list</td> </tr>

</table>