alfa1234: > Does anyone know and equalent way to confirm a Variable from the same > property file using PYTHON code ???
Using globals(), locals(), and dir() you can find if your name exists already. Bye, bearophile -- http://mail.python.org/mailman/listinfo/python-list