Difference between revisions of "Target"
From OpenEUO
m |
m |
||
| Line 2: | Line 2: | ||
Target acts like easyuo's target statement; override timeout values are specified in milliseconds. The default timeout is 3 seconds. Target returns the current value of UO.TargCurs and the elapsed time (in ms). | Target acts like easyuo's target statement; override timeout values are specified in milliseconds. The default timeout is 3 seconds. Target returns the current value of UO.TargCurs and the elapsed time (in ms). | ||
| + | |||
| + | == See Also == | ||
| + | |||
| + | * [http://www.easyuo.com/openeuo/wiki/index.php/Simplelib simplelib] | ||
Revision as of 09:34, 2 November 2010
target implemented, but undocumented
Target acts like easyuo's target statement; override timeout values are specified in milliseconds. The default timeout is 3 seconds. Target returns the current value of UO.TargCurs and the elapsed time (in ms).