| | |
Constant | Description | Used by the functions |
---|
AfterCurrentElement | Used to insert an element after the current element of the list. | Insert, ArrayInsert |
amMove | Used to swap or move two elements or two rows in an array | Move, MoveColumn, MoveLine, ArrayMove, ArrayMoveLine |
amSwap | Used to swap or move two elements or two rows in an array | Move, MoveColumn, MoveLine, ArrayMove, ArrayMoveLine |
asAscending | Type of sort to perform: Ascending sort | ArraySort, Sort |
asBinary | Type of search to perform: Binary search | Seek, ArraySeek |
asColumn | Handles a two-dimensional array of simple elements according to several columns | ArraySort, Sort |
asDescending | Type of sort to perform: Descending sort | ArraySort, Sort |
asFunction | Handles a one-dimensional array by using a sort procedure | ArraySort, Sort |
Versions 19 and laterasKey New in version 19asKey asKey | Sort in an associative array: Associative array sorted according to the key order. If this constant is not specified, the associative array is sorted according to the order of values. | ArraySort, Sort |
asLinear | Type of search to perform: Linear search | Seek, ArraySeek |
asLinearFirst | Type of search to perform: Linear search from the first element | Seek, ArraySeek |
asLinearLast | Type of search to perform: Linear search from the last element | Seek, ArraySeek |
asLinearNext | Type of search to perform: Linear search for the next element | Seek, ArraySeek |
asLinearPrevious | Type of search to perform: Linear search for the previous element | Seek, ArraySeek |
asMember | Handles a one-dimensional array of classes or structures | ArraySort, Sort ArrayDeleteDuplicate |
BeforeCurrentElement | Used to insert an element before the current element of the list. | Insert, ArrayInsert |
CurrentElement | Used to handle the current element found in the list or in the associative array. | Deletes, ArrayDelete |
FirstElement | Used to handle the first element of the list. | Insert, Deletes, ArrayInsert, ArrayDelete |
LastElement | Used to handle the last element of the list. | Insert, Deletes, ArrayInsert, ArrayDelete |
Versions 17 and latertccIgnoreAccent New in version 17tccIgnoreAccent tccIgnoreAccent | Search option: Search while ignoring the accented characters. | Seek, ArraySeek, ArrayDeleteDuplicate, ArraySort, Sort |
Versions 17 and latertccIgnoreCase New in version 17tccIgnoreCase tccIgnoreCase | Search option: Search while ignoring the case. | Seek, ArraySeek, ArrayDeleteDuplicate, ArraySort, Sort |
Versions 20 and latertccIgnoreInsideSpace New in version 20tccIgnoreInsideSpace tccIgnoreInsideSpace | Search option: Search while ignoring the space characters found inside the strings. | Seek, ArraySeek, ArrayDeleteDuplicate, ArraySort, Sort |
Versions 17 and latertccIgnorePonctuationAndSpace New in version 17tccIgnorePonctuationAndSpace tccIgnorePonctuationAndSpace | Search option: Search while ignoring the space characters and the punctuation characters. | Seek, ArraySeek, ArrayDeleteDuplicate, ArraySort, Sort |
Versions 17 and latertccIgnoreSpace New in version 17tccIgnoreSpace tccIgnoreSpace | Search option: Search while ignoring the space characters found at the beginning and at the end of strings. | Seek, ArraySeek, ArrayDeleteDuplicate, ArraySort, Sort |
Versions 17 and latertccLexicographicOrder New in version 17tccLexicographicOrder tccLexicographicOrder | Search option: Sorts based on the linguistical order. | Seek, ArraySeek, ArrayDeleteDuplicate, ArraySort, Sort |
Versions 17 and latertccRespectNumeric New in version 17tccRespectNumeric tccRespectNumeric | Search option: Sorts while respecting the order of numeric values. | Seek, ArraySeek, ArrayDeleteDuplicate, ArraySort, Sort |
tiAssociativeWithDuplicate | Type of information to retrieve: Associative array with duplicates | ArrayInfo |
tiDimension | Type of information to retrieve: Number of elements found in a dimension of the array. | ArrayInfo |
tiDynamic | Type of information to retrieve: True if the array is a dynamic array | ArrayInfo |
Versions 16 and latertiElementDefinition New in version 16tiElementDefinition tiElementDefinition | Type of information to retrieve: Definition of the type of elements. | QueueInfo ListInfo StackInfo ArrayInfo |
tiElementSize | Type of information to retrieve: Size (in bytes) of an array element | ArrayInfo |
tiElementType | Type of information to retrieve: Type of array elements | QueueInfo ListInfo StackInfo ArrayInfo |
tiKeyType | Type of information to retrieve: Type of keys found in the associative array | ArrayInfo |
tiNumberColumns | Type of information to retrieve: Number of columns found in a two-dimensional array | ArrayInfo |
tiNumberDimensions | Type of information to retrieve: Number of array dimensions (between 1 and 10) | ArrayInfo |
tiNumberRows | Type of information to retrieve: Number of rows found in a two-dimensional array | ArrayInfo |
tiTotalNumber | Type of information to retrieve: Total number of elements found in the array | QueueInfo ListInfo StackInfoArrayInfo |
tiTotalSize | Type of information to retrieve: Total size (in bytes) of array | ArrayInfo |