小編你好,
內盤量>外盤量或是外盤量>內盤量時,警示該如何寫呢?
謝謝
2 評論
condition1=GetField("外盤量")>GetField("內盤量");
if condition1 then ret=1;
謝謝虎科大教授~
2 評論