CK1:=K>80 and sum(K>80,3)=3;
CK2:=K<20 and sum(K<20,3)=3;
PARTLINE(Not(CK1 or CK2),K) colorwhite;
PARTLINE(CK1 and ref(CK1,1),K) colorred;
PARTLINE(CK2 and ref(CK2,1),K) colorgreen;
引用:最初由 cgjj 發表 CK1:=K>80 and sum(K>80,3)=3;
CK2:=K<20 and sum(K<20,3)=3;
PARTLINE(Not(CK1 or CK2),K) colorwhite;
PARTLINE(CK1 and ref(CK1,1),K) colorred;
PARTLINE(CK2 and ref(CK2,1),K) colorgreen;