Does “document.selection.Replace” support multiple selection?
If select one string, it works very well. However, if select serveral strings (Click string while keeping press Ctrl key), then this command has no response.
How should I do to support multiple selection?
<li> strFind=document.selection.Text;
document.selection.Replace(strFind,sStr+strFind+sStr2,eeFindNext | eeFindReplaceEscSeq | eeReplaceAll ); </li>