Skip to content

Instantly share code, notes, and snippets.

@dimm0k
Forked from TLMcode/Wait().ahk
Created July 28, 2013 05:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimm0k/6097520 to your computer and use it in GitHub Desktop.
Save dimm0k/6097520 to your computer and use it in GitHub Desktop.
Wait(obj,int="") {
While !(Instr(rs,4)&&(rs~="4{" int "}\b"))
rs.=obj.ReadyState
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment