|
|
发表于 2016-5-9 20:41:01
|
显示全部楼层
使用waituntil可以控制timesequence表格(或者tablefile)吗? 我想要表格里第二列有数据时程序才能进行,大神有知道程序如何写的吗?
/ n# E3 ]- B. ?1 Z2 ~% I, Cwaituntil tablefile[{2,1}..{2,*}] 有数据;
: X1 a; i1 r7 J& A@.move;( t, ?# a' H; c$ h; `; f [
类似于这种程序的
* U: P4 a5 r! u4 [! T, H B5 K- P9 I6 e2 S
做个判断呗,- if tablefile[{2,1}..{2,*}] /=void then! ^8 L4 k1 r6 a% F1 x: K! n$ T: J
- @.move
复制代码 |
|