When writing conditional statements like the one you show case is important. ADS expects the use of "if" (lowercase) and not "IF" (uppercase). The latter does cause a syntax error if an expression is written with that style.
Thanks. I have changed to lower case, but it still shows syntax error.
When writing conditional statements like the one you show case is important. ADS expects the use of "if" (lowercase) and not "IF" (uppercase). The latter does cause a syntax error if an expression is written with that style.