|
|
发表于 2016-5-9 20:41:01
|
显示全部楼层
使用waituntil可以控制timesequence表格(或者tablefile)吗? 我想要表格里第二列有数据时程序才能进行,大神有知道程序如何写的吗?
. f9 e- m2 H2 Q: N2 L! W+ r6 vwaituntil tablefile[{2,1}..{2,*}] 有数据;
3 ~9 i5 P0 z' K@.move;
W' c; a2 l6 e. P" k# g0 S" c类似于这种程序的 7 X% V; A; @4 q, M0 `0 x( O
; `* o1 z. C8 g, d做个判断呗,- if tablefile[{2,1}..{2,*}] /=void then! @7 P: N* O/ z0 H; T$ ^: F* [3 J6 F
- @.move
复制代码 |
|