Loop a function?
问题 Is it possible to loop a function until an item = TRUE? I am trying to ping a server... Once connection is established, or Ping = TRUE, then a program will execute. If connection is not established, then the ping will repeat until it is TRUE. My code thus far is below. If TRUE, MyProgram will open. If False, the function will be called again. But this does not occur...actually nothing occurs, it just exits. Any help is gladly appreciated. If anyone knows a more efficient way of completing