I just ran across an “interesting” bug in either the template language or the C11 IDE.
We include logos on our template prompts and have done so for years.
However if the filename of the image starts with a number instead of a letter, the image will not be displayed.
So this works:
#IMAGE(‘ClarionQBWrapper135x85.gif’)
but this does not:
#IMAGE(‘135x85ClarionQBWrapper.gif’)
This bug may have been around and been reported before, but I don’t remember it if it has.