Search:

Type: Posts; User: ghostheadx

Search: Search took 0.10 seconds.

  1. Re: how to return an alert true if the server is functioning normally

    Does that mean like this?



    for (int i = 0; i < Server.length()-1; i++){

    if ( currentServer.ping() == false ) {

    add currentServer to failedServersList;
  2. how to return an alert true if the server is functioning normally

    So, I don't know how to start off this program. I'm not looking for the final answer, but I don't know two things: 1. the objective, 2. what type of thing do I start it off with? A method? I'm pretty...
Results 1 to 2 of 2