Am Montag, 17. Mai 2004 21:34 schrieb Leif K-Brooks: > >>> locals().update(vars) From the documentation: """ locals() Update and return a dictionary representing the current local symbol table. Warning: The contents of this dictionary should not be modified; changes may not affect the values of local variables used by the interpreter. """ Heiko.