Page 1 of 1

delay using variable

Posted: Sun Aug 21, 2005 10:48 pm
by incoronado
I know this is an easy question, but I can't figure it out. How do I delay using a value stored in a null device.property value?

Posted: Sun Aug 21, 2005 11:54 pm
by dlmorgan999
Where do you want to delay? If in a script, this should do the trick:


Code: Select all

Sleep GetPropertyValue("Null Device.Property Value")


-- Dave