Parameter | Data Type | Description |
|---|---|---|
* | Any |
Expression | Result |
|---|---|
CollectValues( VarA, VarB, VarC ) where VarA="a", VarB="b" and VarC is unknown | List( "a", "b" ) |
CollectValues( VarA, VarB, VarC ) where VarA="a", the repeated variable VarB has repetitious values "b1", "b2" and "b3", and the repeated variable VarC has no values | List( "a", "b1", "b2", "b3" ) |
CollectValues( VarA, VarB, VarC ) where no values are known | List( ) |