Search Results
6 functions found:
| 1. | Compare ( value1 ; operation ; value2 ) |
| Ethan, Tactile Medical | |
| Compares two values based on a given operator. Useful if operator is variable. | |
| 2. | GetAs ( type ; value ) |
| Ethan, Tactile Medical | |
| Dynamic GetAs function for all data types (text, number, date, time, timestamp) | |
| 3. | GetFieldType ( theFileName ; theFieldName ) |
| Ethan, Tactile Medical | |
| Returns the field type for a given field (text). | |
| 4. | GetNthRecordSetFilter ( outputField ; conditions ) |
| Ethan, Tactile Medical | |
| Grabs value of a field for all records in a relationship that match given conditions. | |
| 5. | Splice ( delimitedList ; start ; stop ; step ) |
| 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 ) |
| Ethan, Tactile Medical | |
| Appends a prefix and a suffix to every value in a given list | |