List Library Objects
Function / Event |
Return Value |
Description |
Syntax |
List |
|||
Add Item |
None |
Adds the item to the list. |
Add <Select Business Entity> to List |
Append Lists |
List |
Appends the second list to the first list. |
|
Combine |
List |
Makes a combined list of the duplicate items in the lists. |
|
Combine Equivalent |
List |
Makes a combined list of the items in the lists (replacing duplicates as a single item). |
|
Combine Unique |
List |
Makes a combined list of the unique items in the lists. |
|
Convert List to DataTable | DataTable |
Converts and existing list to a DataTable. Only primitive list is converted to the DataTable. This function is new to version 7.2. |
Convert List to DataTable (No parameter required) |
Find Position | Number | Find the position of the business entity in the list. | |
Insert Item |
None |
Inserts an item into the list. |
|
Make Set |
List |
Makes a list of the items in the list (removing duplicate values). |
|
Remove all |
None |
Remove all items from the list. |
|
Remove Item |
None |
Remove the item from the list. |
|
Remove Item At |
None |
Removes the item in the given position from the list. |
|
Remove Range |
None |
Remove a range of items from the list. |
|
Replace Value at |
None |
Replace the value at the given position in the list. |
|
Sort |
None |
Sort the list in ascending or descending order. |
|
Value At |
List |
Returns the business entity at the specified position. |
|