Owning Palette: Additional String VIs and Functions
Requires: Base Development System
Compares each prefix string in string array to the beginning of string until it encounters a match. This function returns the original input string with the matching prefix string removed.
Add to the block diagram | Find on the palette |
This function compares each string in string array to string in the order in which the elements are indexed. This function always searches from the beginning of string and matches the first string prefix that appears at the beginning of string. For example, this function matches Error 1 in the string Error 16: error occurred if Error 1 comes before Error 16 in string array. However, the function matches Error 16 if Error 16 comes before Error 1 in string array.