Search Results
3 functions found:
| 1. | GetText(text; string) |
| Royce White, The Caris Group | |
| This gets the text from the beginning of a field, variable, or text up to a single character 'string' (element/delimiter). | |
| 2. | GetTextMiddle(text; string1; string2) |
| Royce White, The Caris Group | |
| This gets the text from the middle of a field, variable, or text, starting at a single char 'string1' up to a single char 'string2' (element/delimiter). | |
| 3. | GetTextRight(text; string) |
| Royce White, The Caris Group | |
| This gets the text from the end of a field, variable, or text, after a 'string' (element/delimiter). | |