Adds an item to the List.
Syntax
ISList.Add(value, [ignoreDuplicates], [ignoreCase])
Parameters
| Name | Type | Optional | ByRef | Description |
| value |
String |
|
|
The Value to add to the List. |
| ignoreDuplicates |
Boolean |
Optional |
|
Indicates whether to ignore this value if a duplicate already exists in the List.
If omitted, a value of False is assumed. |
| ignoreCase |
Boolean |
Optional |
|
Indicates whether case should be ignored when checking whether a duplicate value already exists in the List.
If omitted, a value of False is assumed. |
- Member of:
- ISList
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0