Pauses execution for specified time in seconds
Use this to delay execution of the next expression within a formula
menu: veeos ==> Coding ==> wait
library: codeLib
// now wait for 5 seconds before continuing o_wait(5);
This is seemingly identical to the Delay object, but is a function so that it can be used in expressions. This works via a direct call to the Windows Kernel. As discussed on VRF ca. 2004 (Georg Nied et al), it can be useful for resolving CPU loading issues.
VEE 7.0+, Windows XP+