Output engines

Tuesday, September 13, 2005 10:40 PM

- support for multiple Output engines (via Perl "require"). now espresso could output PDF, raster, etc. limited only by Oe availability

Plugin:Base

Monday, September 05, 2005 10:36 PM

- new functions for the 'base' plugin (rnd, sgn, sqr, instr, lcase, ucase, pcase, len, iif)

SplitArgs

Sunday, September 04, 2005 10:33 PM

- optimized SplitArgs() to get command arguments (thx to E.Z.)
- added 'box' command

CSV

Friday, September 02, 2005 10:00 PM

- support for CSV database (using Text::CSV module)

Plugin

Thursday, September 01, 2005 10:00 PM

- support for system and user plugin (functions library)
- use Safe;