DDSLIB ;SFISC/MKO-LIBRARY FUNCTIONS ;01:37 PM 6 Sep 1994 ;;22.0;VA FileMan;;Mar 30, 1999 ;Per VHA Directive 10-93-142, this routine should not be modified. FIND(E,C,S) ;Find in expression E, starting from pos S, the char pos ;after the next occurrence of char C, ignoring those within quoted ;strings. N I,J,P S:'$D(S) S=1 F D Q:$D(P) . S I=$F(E,C,S),J=$F(E,"""",S) . I 'I S P=I Q . I J,J