for (i=0; i<rish.length;i++)
{
s='';
var ch1=aqString["GetChar"](rish[i],0);
if (rish[i]!="0")and(ch1!='9')and(ch1!='7')
{
for(j=0;j<rish[i].length-1;j++) s+=aqString["GetChar"](rish[i],j)+"[ReleaseLast]";
s="[Hold]^"+s+aqString["GetChar"](rish[i],j);
p1["WinFormsObject"]("tabVD")["Keys"](s);
}Ругается уже при запуске программы(при том, что запускаю другой модуль) на строкуif (rish[i]!="0")and(ch1!='9')and(ch1!='7')Говорит, что перед вторым and надо поставить ";"


