_sk The code in this conditional statements should read like this: if ( condition1 ) statement1 elseif (condition2) statement2 else statement3 endif Conditional statement code should be on a new line. You had in a couple of places something equivalent to (conditional statement on the same line as, conditional predicate, else): if (condition1) statement1 else statement2 endif You have to be careful about _matching_ parentheses also. There are some mismatches. best, _sk Log in or register to post comments October 10, 2017 at 04:34 am - Permalink
SATTAM Thanks for your comments Log in or register to post comments October 10, 2017 at 05:26 am - Permalink
_sk Cheers. I hope it helped. best, _sk Log in or register to post comments October 10, 2017 at 06:14 am - Permalink
statement1
elseif (condition2)
statement2
else
statement3
endif
Conditional statement code should be on a new line.
You had in a couple of places something equivalent to (conditional statement on the same line as, conditional predicate,
else
):statement1
else statement2
endif
You have to be careful about _matching_ parentheses also. There are some mismatches.
best,
_sk
October 10, 2017 at 04:34 am - Permalink
October 10, 2017 at 05:26 am - Permalink
best,
_sk
October 10, 2017 at 06:14 am - Permalink