#IMAGE bug in Template language - Numeric File Names do not Display in C11

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’)
ClarionLogoWorks

but this does not:
#IMAGE(‘135x85ClarionQBWrapper.gif’)
ClarionLogoNoWorks

This bug may have been around and been reported before, but I don’t remember it if it has.

1 Like