werid URL Stubs (MPS) -- for Todd
<table>
<mvt:foreach iterator="product" array="products">
<mvt:item name="customfields" param="Read_Product_Code( l.settings:product:code, 'URLSTUB', l.settings:URLSTUB )" />
<mvt:assign name="g.hasweird1" value="indexof( asciichar('44'), l.settings:URLSTUB, 1 )" />
<mvt:assign name="g.hasweird2" value="indexof( asciichar('32'), l.settings:URLSTUB, 1 )" />
<mvt:assign name="g.hasweird3" value="indexof( asciichar('34'), l.settings:URLSTUB, 1 )" />
<mvt:assign name="g.hasweird4" value="indexof( asciichar('39'), l.settings:URLSTUB, 1 )" />
<mvt:assign name="g.hasweird5" value="indexof( asciichar('8211'), l.settings:URLSTUB, 1 )" />
<mvt:assign name="g.hasweird6" value="indexof( asciichar('124'), l.settings:URLSTUB, 1 )" />
<mvt:if expr="g.hasweird1 OR g.hasweird2 OR g.hasweird3 OR g.hasweird4 OR g.hasweird5 OR g.hasweird6">
<tr>
<td>&mvt:product:code;</td>
<td>&mvt:URLSTUB;</td>
</tr>
</mvt:if>
</mvt:foreach>
</table>