Search Results
2 functions found:
1. | RemoveValue ( Value ; ValueList ) |
Average rating: 3.8 | |
Caleb Ruth, Data Performance | |
A recursive function that removes all matching values from the supplied list | |
2. | ValueExists ( Value ; ValueList ) |
Average rating: 3.9 | |
Caleb Ruth, Data Performance | |
A recursive function that returns a 1 if a value is found in the supplied list | |