|
Options |
Name |
Purpose |
|
+
|
CHARACTER AddEntry (character, character)
|
Adds an entry to the list (at the end)
|
|
+
|
CHARACTER AddEntry (character, character, character)
|
Adds an entry to the list (at the end)
|
|
+
|
LONGCHAR AddEntry (longchar, longchar)
|
Adds an entry to the list (at the end)
|
|
+
|
LONGCHAR AddEntry (longchar, longchar, character)
|
Adds an entry to the list (at the end)
|
|
+
|
CHARACTER AddUniqueEntries (character, character)
|
Adds those entries from the new entries list to the target list that
are not yet part of the list
|
|
+
|
CHARACTER AddUniqueEntries (character, character, character)
|
Adds those entries from the new entries list to the target list that
are not yet part of the list
|
|
+
|
Consultingwerk.Framework.Collections.CharacterDictionary AlternatingListToDictionary (character, character, character)
|
Converts a list of Name Value Pairs into a Character Dictionary for
easier processing
|
|
+
|
Consultingwerk.Framework.Collections.CharacterDictionary AlternatingListToDictionary (longchar, character, character)
|
Converts a list of Name Value Pairs into a Character Dictionary for
easier processing
|
|
+
|
LOGICAL CanDo (character, character)
|
Checks a string against a list of one or more string matching patterns
|
|
+
|
Consultingwerk.Framework.Collections.CharacterDictionary DelimitedListToDictionary (character, character)
|
Converts a list that contains alternating pairs of names and
values in the form: key1,value1,key2,value2,key3,value3
|
|
+
|
CHARACTER EnsureUniqueEntries (character)
|
Ensures that a delimited list has only unique entries
|
|
+
|
CHARACTER EnsureUniqueEntries (character, character)
|
Ensures that a delimited list has only unique entries
|
|
+
|
LOGICAL EntryIsInList (character, character)
|
Returns if a String is contained in a comma delimited list
|
|
+
|
LOGICAL EntryIsInList (character, character, character)
|
Returns if a String is contained in a delimited list
|
|
+
|
CHARACTER EntryWhenAvailable (integer, character)
|
Returns the nth entry of the list, when that entry is availale
|
|
+
|
CHARACTER EntryWhenAvailable (integer, character, character)
|
Returns the nth entry of the list, when that entry is availale
|
|
+
|
CHARACTER EntryWhenAvailable (integer, character, character, character)
|
Returns the nth entry of the list, when that entry is availale
|
|
+
|
CHARACTER ExpandListEntries (character, character)
|
Expands a List pattern
|
|
+
|
CHARACTER ExpandListEntries (character, character, character)
|
Expands a List pattern
|
|
+
|
CHARACTER FirstEntry (character)
|
Returns the first entry of a comma delimited list
|
|
+
|
CHARACTER FirstEntry (character, character)
|
Returns the first list entry
|
|
+
|
CHARACTER InsertEntry (character, integer, character)
|
Inserts an Entry (or a list of Entries) into a List at position
|
|
+
|
CHARACTER InsertEntry (character, integer, character, character)
|
Inserts an Entry (or a list of Entries) into a List at position
|
|
+
|
LONGCHAR InsertEntry (longchar, integer, character)
|
Inserts an Entry (or a list of Entries) into a List at position
|
|
+
|
LONGCHAR InsertEntry (longchar, integer, character, character)
|
Inserts an Entry (or a list of Entries) into a List at position
|
|
+
|
LONGCHAR InsertEntry (longchar, integer, longchar, character)
|
Inserts an Entry (or a list of Entries) into a List at position
|
|
+
|
CHARACTER LastEntry (character)
|
Returns the last entry of a comma delimited list
|
|
+
|
CHARACTER LastEntry (character, character)
|
Returns the last list entry
|
|
+
|
CHARACTER ListEntriesNotContainedInList (character, character)
|
Returns a List of those Entries from the total list that are NOT
contained in the matching list
|
|
+
|
CHARACTER ListEntriesNotContainedInList (character, character, character)
|
Returns a List of those Entries from the total list that are NOT
contained in the matching list
|
|
+
|
CHARACTER ListFromQueryField (handle, character)
|
Returns a delimited list with the values of one field
from all records matched by the query. When a buffer handle is
provided, a dynamic query is created
|
|
+
|
CHARACTER ListFromQueryField (handle, character, character)
|
Returns a delimited list with the values of one field
from all records matched by the query. When a buffer handle is
provided, a dynamic query is created
|
|
+
|
CHARACTER ListStartingEntry (character, integer)
|
Returns a list with all entries of the source list starting from the
piStart Entry
|
|
+
|
CHARACTER ListStartingEntry (character, integer, character)
|
Returns a list with all entries of the source list starting from the
piStart Entry
|
|
+
|
LONGCHAR ListStartingEntry (longchar, integer)
|
Returns a list with all entries of the source list starting from the
piStart Entry
|
|
+
|
LONGCHAR ListStartingEntry (longchar, integer, character)
|
Returns a list with all entries of the source list starting from the
piStart Entry
|
|
+
|
CHARACTER ListToEntry (character, integer)
|
Returns a list with all entries of the source list up to the
piTo Entry
|
|
+
|
CHARACTER ListToEntry (character, integer, character)
|
Returns a list with all entries of the source list up to the
piTo Entry
|
|
+
|
LONGCHAR ListToEntry (longchar, integer)
|
Returns a list with all entries of the source list up to the
piTo Entry
|
|
+
|
LONGCHAR ListToEntry (longchar, integer, character)
|
Returns a list with all entries of the source list up to the
piTo Entry
|
|
+
|
INTEGER LongestEntry (character)
|
Returns the LENGTH of the longest list entry
|
|
+
|
INTEGER LongestEntry (character, character)
|
Returns the LENGTH of the longest list entry
|
|
+
|
CHARACTER MatchingEntries (character, character)
|
Returns a list of all entries of the first list that are
also in the second list
|
|
+
|
CHARACTER MatchingEntries (character, character, character)
|
Returns a list of all entries of the first list that are
also in the second list
|
|
+
|
CHARACTER MergeLists (character, character)
|
Merges two lists, effectively adding those entries of the second list
to the first list that are not yet contained
|
|
+
|
CHARACTER MergeLists (character, character, character)
|
Merges two lists, effectively adding those entries of the second list
to the first list that are not yet contained
|
|
+
|
CHARACTER Remove (character, character)
|
Removes all occurences of the entry from the List
|
|
+
|
CHARACTER Remove (character, character, character)
|
Removes all occurences of the entry from the List
|
|
+
|
CHARACTER RemoveEmptyEntries (character)
|
Removes emptry entries from the list
|
|
+
|
CHARACTER RemoveEmptyEntries (character, character)
|
Removes emptry entries from the list
|
|
+
|
CHARACTER RemoveEntry (character, integer)
|
Removes an Entry from the List
|
|
+
|
CHARACTER RemoveEntry (character, integer, character)
|
Removes an Entry from the List
|
|
+
|
LONGCHAR RemoveEntry (longchar, integer)
|
Removes an Entry from the List
|
|
+
|
LONGCHAR RemoveEntry (longchar, integer, character)
|
Removes an Entry from the List
|
|
+
|
CHARACTER SortList (character)
|
Returns the delimited list sorted
|
|
+
|
CHARACTER SortList (character, character)
|
Returns the delimited list sorted
|
|
+
|
LONGCHAR SortList (longchar)
|
Returns the delimited list sorted
|
|
+
|
LONGCHAR SortList (longchar, character)
|
Returns the delimited list sorted
|
|
+
|
CHARACTER SubstitutePattern (integer, character)
|
Returns a SUBSTITUTE () Pattern for a delimited list
|
|
+
|
CHARACTER TrimEntries (character)
|
TRIM's every individual entry from a delimited list
|
|
+
|
CHARACTER TrimEntries (character, character)
|
TRIM's every individual entry from a delimited list
|
|
+
|
LONGCHAR TrimEntries (longchar)
|
TRIM's every individual entry from a delimited list
|
|
+
|
LONGCHAR TrimEntries (longchar, character)
|
TRIM's every individual entry from a delimited list
|
|
+
|
LOGICAL VerifyUniqueEntries (character)
|
Verifies if a delimited list has only unique entries
|
|
+
|
LOGICAL VerifyUniqueEntries (character, character)
|
Verifies if a delimited list has only unique entries
|