Search Results
6 functions found:
1. | Compare ( value1 ; operation ; value2 ) |
Average rating: 3.0 | |
Ethan, Tactile Medical | |
Compares two values based on a given operator. Useful if operator is variable. | |
2. | GetAs ( type ; value ) |
Average rating: 5.0 | |
Ethan, Tactile Medical | |
Dynamic GetAs function for all data types (text, number, date, time, timestamp) | |
3. | GetFieldType ( theFileName ; theFieldName ) |
Average rating: 5.0 | |
Ethan, Tactile Medical | |
Returns the field type for a given field (text). | |
4. | GetNthRecordSetFilter ( outputField ; conditions ) |
Average rating: 5.0 | |
Ethan, Tactile Medical | |
Grabs value of a field for all records in a relationship that match given conditions. | |
5. | Splice ( delimitedList ; start ; stop ; step ) |
Average rating: 5.0 | |
Ethan, Tactile Medical | |
Splices values out of a list given a starting point, stopping point, and an increment (step). Similar to Python's list[] notation. | |
6. | WrapAllValuesInList ( theList ; prefix ; suffix ) |
Average rating: 0.0 | |
Ethan, Tactile Medical | |
Appends a prefix and a suffix to every value in a given list | |