Archive for February 12th, 2007

Monday, February 12th, 2007

Report generation: more about templates

Templates are tools for creating text output reports. The beauty of templates is that they allow a separation of the code that generates/calculates information from the code that produces the output. The template code produces the output and is done in plain text in the type of output desired with a few directives that are [...]

2 Comments » - Posted in IDL, Objects by Michael Galloy