Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,301

    Re: For loop with a string as the subject

    I think what you're looking to do is code goes here
  2. Replies
    4
    Views
    1,301

    Re: For loop with a string as the subject

    Take a closer look at your if statement:

    if("+".equals(oprt));{

    You've to an extra ';' in there, which is causing the block of code immediately following it to execute no matter what. I assume...
Results 1 to 2 of 2