PDA

View Full Version : Something like Wait(3000) ?


DavDes
02-15-2005, 08:33 PM
Hi,

I'm just wondering if there is an instruction in LUA to do Wait(3000), where 3000 is in ms.
On one hand i found Dialog.TimedMessage but i don't want any popup.
On the other hand, i can't use Timer Control because i need the instruction in Global Functions (no OnCtrl...)

Any comments will be welcome,
David

Corey
02-15-2005, 08:40 PM
Hi. Would Application.Sleep() work good for what you need? You can find an example here:

http://www.indigorose.com/webhelp/suf70/Program_Reference/Actions/Application.Sleep.htm

Hope that helps. :)