Search:

Type: Posts; User: andreas90

Search: Search took 0.08 seconds.

  1. Re: How can I create a global or local script terminater?

    No, this isn't the correct way. You should assign what the toString() method returns to the String you created (str). You can find many examples if you Google it. Here is one of them.
  2. Re: How can I create a global or local script terminater?

    Hello YourCrazyFriend !

    There is a toString(double d) method in the Double class.
    But since you want to compare the String you will create with another("stop") in the if statement, you have to...
Results 1 to 2 of 2