nonFileChars = [(TMDI_list2text(nonFileChars))]
The problem is inside nonFileChars, the element
\<</xmp> is being converted to
<
and so, the less than symbol is never found inside the list. Make sense?
So, how would I go about catching the less than (and greater than) sign for this proc?</<>