fn EExecTR026 &out_Prm1 &out_Prm2 &out_Prm3 in_Prm1 in_Prm2 in_Prm3 Att_1 Att_2 Att_3 Sg1 Sg2 Sg3 FM = ( if ((in_Prm1==undefined) or (in_Prm2==undefined) or (in_Prm3==undefined)) then return false local o4,o5,o6,o7,o8,o9,p1,p2,p3 CreateCopy &o1 in_Prm1 o1.FAtt=in_Prm1.FAtt CreateCopy &o2 in_Prm2 o2.FAtt=in_Prm2.FAtt CreateCopy &o3 in_Prm3 o3.FAtt=in_Prm3.FAtt EExecTR011 &o4 &o5 &o6 o1 o2 o3 att5 att5 att5 1 1 1 "0" EExecP2 &p1 o2 o4 att0 1 1 "0" EExecP2 &p2 o1 o6 att0 1 1 "0" EExecP2 &p3 o3 o5 att0 1 1 "0" EExecO0 &o7 p2 p1 att5 1 1 "0" EExecO0 &o8 p1 p3 att5 1 1 "0" EExecO0 &o9 p3 p2 att5 1 1 "0" CreateCopy &out_Prm1 o7 out_Prm1.FAtt=o7.FAtt CreateCopy &out_Prm2 o8 out_Prm2.FAtt=o8.FAtt CreateCopy &out_Prm3 o9 out_Prm3.FAtt=o9.FAtt return true ) -- EExecTR026