Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.15 seconds.

  1. Replies
    8
    Views
    1,623

    Re: Please help me clean up my code!

    Oh, by bad. The if statement will return false if the condition is met, not true. Regardless, the else statement still isn't needed.
  2. Replies
    8
    Views
    1,623

    Re: Please help me clean up my code!

    You actually don't even need the else statement. Think about it logically for a second. If the if statement is true, it will enter the if statement and will ultimately return true (thus leaving the...
Results 1 to 2 of 2