|
|
|
|
|
CombinationCheckName (Function) In french: CombinaisonVérifieNom Checks whether a combination of one of more options known by their names is valid.
ACombination is Combination
Option1
Option2
END
CombinationCheckName(ACombination, "Option1")
CombinationCheckName(ACombination, "Option1+Option2")
CombinationCheckName(ACombination, "Option3")
Syntax
<Result> = CombinationCheckName(<Combination> , <Options>)
<Result>: Boolean - True if a combination of one of more options known by their names is valid,
- False otherwise.
<Combination>: Combination variable Name of the Combination variable to be used. <Options>: Character string Options of the Combination type to check. If several options are used, they must be separated by the '+' operator. Example: "Option1 + Option2".
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|