Question
format cfinclude
I have over a thousand files that are headers to other files.
Some headers are really long and I want to limit the output to a
maximum of 40 characters, instead of outputting the file name. I
know this example doesn't work but this is how I would output the
first 40 characters if if were in a database.
<cfinclude template="#left(filename, 40)#">
<cfinclude template="#left(filename, 40)#">
