Difference between revisions of "Data 1 0-ArraySort2D"
From ADF Docs
Line 4: | Line 4: | ||
public array <strong>ArraySort2D</strong> ( array arrayToSort, numeric sortColumn, string type, string delim, string sortOrder ) | public array <strong>ArraySort2D</strong> ( array arrayToSort, numeric sortColumn, string type, string delim, string sortOrder ) | ||
− | == Parameters == | + | == 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>arrayToSort</td> | ||
+ | <td>array</td> | ||
+ | <td></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>sortColumn</td> | ||
+ | <td>numeric</td> | ||
+ | <td></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>optional</td> | ||
+ | |||
+ | <td class="required">optional</td> | ||
+ | |||
+ | <td>type</td> | ||
+ | <td>string</td> | ||
+ | <td></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>optional</td> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>delim</td> | ||
+ | <td>string</td> | ||
+ | <td>[Default: |] </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>optional</td> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>sortOrder</td> | ||
+ | <td>string</td> | ||
+ | <td>[Default: asc] </td> | ||
+ | </tr> | ||
+ | |||
+ | </table> |
Revision as of 03:37, 24 March 2010
Description
Signature
public array ArraySort2D ( array arrayToSort, numeric sortColumn, string type, string delim, string sortOrder )
Parameters
Required | Name | Type | Description | |
required | arrayToSort | array | ||
sortColumn | numeric | |||
optional | optional | type | string | |
optional | delim | string | [Default: |] | |
optional | sortOrder | string | [Default: asc] |