Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 158 Bytes

File metadata and controls

7 lines (5 loc) · 158 Bytes

Wait

Wait(Control, Property, Value)

This will wait for the property of the control to equal the specified value.

Example

Wait(Label1, "Text", "0")