El Monday 30 March 2009 15:10:05 Piotrek Karas escribió:
> Hi,
>
> I'm trying to use Configuration component to dynamically modify linux
> configuration files. All seems fine except for string-based values (both
> empty and non-empty ones) that get automatically quoted, for example:
>
> Read operation:
> oldest_color = (136, 136, 255)
>
> Write operation:
> oldest_color = "(136, 136, 255)"
>
Did you try with escape characters?
oldest_color = \"(136, 136, 255)\"

> Is it possible to avoid automated application of quotes (and just leave
> that possibility for strings whose white spaces would NEED to be
> preserved)?
>
> Any hints greatly appreciated!
>
> Cheers,
> Piotrek

-- 
*****
Hugo Sandoval
http://www.softwarelibre.com.ve
-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to