|
|
发表于 2008-4-10 17:56:17
|
显示全部楼层
loop有吧
! a: t1 N% N$ i# U1 J1 _' y! Ploop- I4 [" ^+ N% y, [8 ?, }8 v
loop [ commands ]
- H5 I% K! k: n; @5 ]Runs the list of commands forever, or until the current procedure exits through use of the stop
! y/ A% H: |: Z+ r F! Scommand or the report command.
0 a, v7 p9 A8 X- f; E1 nNote: In most circumstances, you should use a forever button in order to repeat something forever.1 _8 X6 Q% D/ c/ Z7 E
The advantage of using a forever button is that the user can click the button to stop the loop! d, k) _, f4 } y% t' ]% b% Q& O
# m. H6 J6 y% `1 i% {" y(version 3.1.3)
3 U5 f. `; q1 S5 \4 n不过好像不大推荐 |
|