JerryB <[EMAIL PROTECTED]> wrote: ... > is it possible to access the individual members of a dictionary using % > locals() when creating a string?
Not by using the built-in locals(); you'd have to override locals to mean someting different (not recommended). Alex -- http://mail.python.org/mailman/listinfo/python-list