function EExecG0(Usl,V,Att,Sg1) { if (V.OB==undefined) return false; Result=false; if (V.OB="G") { A=V.B; if (Sg1==-1) {A=!A}; TOUsl_Create(Usl,A,Att); } else { TOEmpty_Create(Usl,Att); } Result=true; return Result; } // EExecG0