I wrote a proc to search for a specific string in the OBX segment of certain messages that have multiple OBX segments. If it finds the string it continues the message and if not kills the message. It only works if the specific string occurs in every OBX and I need it to work if it appears in any OBX not all OBX. Any clues?