On 26 Oct 2003 at 7:16, Chad Carr wrote: Hello Chad.
> Is anybody using these in production (or even just in new development)? > How are they working out? > > --------------------------------------------------------------- > Chad Carr [EMAIL PROTECTED] > --------------------------------------------------------------- I rewrote a tmpl, because this version still had problems with recursive and nested loops. The cdb is working, but there is a small problem if used by for example a webpage cdb get xx/yy/zz will return xx_yy_zz=value I made a small option -s that will accept cdb get xx_yy_zz Another problem is to set a variable to NULL cdb del xx/yy/zz is possible and working. but to change the value of xx_yy_zz from "VALUE" to "" isn't possible. cdb set xx_yy_zz "" regards Eric Wolzak ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel
