if Value2>Value3
then begin
Value4 = Value2 - Value3 ;
Value5 = 0;
end;
希望 Value5 是N/A 而不是 0
1 評論
帥哥元您好:
XS 需要給定數值唷,無法定義空值。
1 評論