A friend of mine recently asked if there was a standard NAV function to find the first alphabetical character in a string. STRPOS comes close but you can’t say “tell me the first position for any one of these characters in this string” because it looks for an exact match of the substring and not any character from the substring.
Posted inDynamics NAV & BC Tips & tricks