<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>I have problem with sect_classifier_template.html (one of the&nbsp;files of studio).</DIV>
<DIV><BR>When the expression includes quotes ("") or comma then the value of input field is broken.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Here below is part of code of sect_classifier_template.html.</DIV>
<DIV><BR>..........&lt;td align=center class=bevel&gt;&lt;input name='input_%class_rowindex%_2' type='text' value='%expression%' size='10' onchange="javascript:markDirty()" onfocus="javascript:selectClass(%class_rowindex%)"&gt;&lt;/TD&gt;..............</DIV>
<DIV>&nbsp;</DIV>
<DIV>Here below is part of code of .map:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;EXPRESSION "B,B"</DIV>
<DIV>&nbsp;</DIV>
<DIV>The problem is here I think =&gt; value='%expression%' </DIV>
<DIV>&nbsp;</DIV>
<DIV>How does this input read expression value through that code: value='%expression%' </DIV>
<DIV>&nbsp;</DIV>
<DIV>Please help</DIV>
<DIV>&nbsp;</DIV></td></tr></table><br>