Simple Question.
#7

Use 'if' when you do checks.
Use 'else if' if you want to check something else, if the previous 'else if' or 'if' doesn't meet the conditions
Use 'else' if you want to end the series of checks. If you add a new 'if' after 'else', it will be executed only IF the 'else' statement is called.
Reply


Messages In This Thread
Simple Question. - by Tee - 24.09.2010, 23:08
Re: Simple Question. - by willsuckformoney - 24.09.2010, 23:15
Re: Simple Question. - by Tee - 24.09.2010, 23:20
Re: Simple Question. - by willsuckformoney - 24.09.2010, 23:32
Re: Simple Question. - by willsuckformoney - 24.09.2010, 23:39
Re: Simple Question. - by Tee - 24.09.2010, 23:43
Re: Simple Question. - by LarzI - 24.09.2010, 23:44
Re: Simple Question. - by Tee - 24.09.2010, 23:46
Re: Simple Question. - by Mauzen - 25.09.2010, 00:12

Forum Jump:


Users browsing this thread: 1 Guest(s)