delay using variable
-
- Senior Member
- Posts: 153
- Joined: Fri Mar 19, 2004 12:30 am
- Location: San Diego, CA
delay using variable
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?
-
- HouseBot Special Member
- Posts: 409
- Joined: Tue Jul 13, 2004 9:13 am
- Location: Tigard, OR
Where do you want to delay? If in a script, this should do the trick:
-- Dave
Code: Select all
Sleep GetPropertyValue("Null Device.Property Value")
-- Dave