|
|
发表于 2016-5-9 20:41:01
|
显示全部楼层
使用waituntil可以控制timesequence表格(或者tablefile)吗? 我想要表格里第二列有数据时程序才能进行,大神有知道程序如何写的吗?2 F1 Q2 d* z) @( o9 n+ z6 C2 I
waituntil tablefile[{2,1}..{2,*}] 有数据;# f# o7 ]3 h V; c
@.move;
$ o/ S( f6 o3 u N6 t, g4 [; w类似于这种程序的 % h f, [5 u$ r5 `8 v
2 X- i: p# n1 p1 g, R6 u; F
做个判断呗,- if tablefile[{2,1}..{2,*}] /=void then
- O- ?& S2 e7 o3 h0 A' G - @.move
复制代码 |
|