谢谢Focuson, 的确我们可以用英文论坛中提供的方法。也就是在Equation 中写入如下公式
4 W# t- N. e; K" ~. o1 a# a d1 ~& o8 @* q/ d! i
if (SLStringGet("ordertype2", ordertype2)=="AB") delay=RandomCalculate(16,0.33,0.53,0);
5 x, Y- [" \' x3 U% H8 J" _9 oif (SLStringGet("ordertype2", ordertype2)=="BC") delay=RandomCalculate(16,0.67,0.73,0);1 ~& Y" }2 X8 a! b! t9 \% Y/ J
if (SLStringGet("ordertype2", ordertype2)=="AC") delay=RandomCalculate(16,0.47,0.6,0);$ J* l+ d9 c; \! E+ H/ o$ E4 p
if (SLStringGet("ordertype2", ordertype2)=="ABC") delay=RandomCalculate(16,0.73,0.93,0);- K( b4 v0 t* Y, }& p6 x
. l! B( ~/ _5 `2 j& J' ?8 X' R+ h
请注意,我把order type 2 这个属性 改成中间没有空格的变量 ordertype2. 如果一个属性要用在Equation 中,这个变量不要包含空格,否则会出错。 |