|
Options |
Name |
Purpose |
|
|
|
EntryIsInList (character, character)
|
Validates if an entry is in the given list of values
|
|
|
|
EntryIsInList (character, character, character)
|
Validates if an entry is in the given list of values
|
|
|
|
EntryIsInList (character, longchar)
|
Validates if an entry is in the given list of values
|
|
|
|
EntryIsInList (character, longchar, character)
|
Validates if an entry is in the given list of values
|
|
|
|
EvenEntries (character)
|
Validates if a list has an even number of entries
|
|
|
|
EvenEntries (character, character)
|
Validates if a list has an even number of entries
|
|
|
|
NumEntries (character, character, integer)
|
Validates if a list has the expected number of entries
|
|
|
|
NumEntries (character, integer)
|
Validates if a list has the expected number of entries
|
|
|
|
NumEntries (longchar, character, integer)
|
Validates if a list has the expected number of entries
|
|
|
|
NumEntries (longchar, integer)
|
Validates if a list has the expected number of entries
|
|
|
|
UniqueEntries (character)
|
Validates if a list has only unique entries
|
|
|
|
UniqueEntries (character, character)
|
Validates if a list has only unique entries
|