Quote:
Originally Posted by DrChiper
No offense, but is there some reason why you do not use column coloring? It seems to me somehow easier.
|
No offense taken. I have A LOT of column coloring, for different conditions, so the icons are more visible.
Quote:
Originally Posted by DrChiper
I think only the true calibre gurus will be able to answer this (not for us mortals)
|
I agree
Quote:
Originally Posted by DrChiper
What I meant is this: when our template code is parsed and it evolves into a not-situation (no non-ASCII code, or no title present), then the remainder of the template code on the same code line is not further processed, and immediately the next line is processed. So when the IF statement is FALSE, any ELSE statement (when present) is executed.
I noticed this behavior when I made a mistake in the IF part and it was not noticed until I had a title which did happened to have a non-ASCII character and only then triggered the formatter on the error.
|
So, the template language has a short-circuit evaluation. Glad to know (I declare myself guilty of assuming this behavior, and have coded based on that).