|
|
发表于 2016-5-9 20:41:01
|
显示全部楼层
使用waituntil可以控制timesequence表格(或者tablefile)吗? 我想要表格里第二列有数据时程序才能进行,大神有知道程序如何写的吗?
( Y7 Z4 C' w& `waituntil tablefile[{2,1}..{2,*}] 有数据;
9 o) q+ B& R0 N7 ?% d@.move;: B$ s+ B* {, G, k% ]5 d1 R
类似于这种程序的 - z: r! t# _/ X/ }3 p7 ^/ q; A, Z! c3 a8 ?
7 h- \: ?$ ^- h# U0 [; s做个判断呗,- if tablefile[{2,1}..{2,*}] /=void then9 o/ V+ m( G6 F+ ?; n' e* t
- @.move
复制代码 |
|