I have a list of strings which I am formatting using !%s %s %s.... The strings
are parameter (and file) names obtained from Selectors. I then import an
external C program using the formatted statement. The problem is there are
parentheses in many of the parameter names, and the format module will barf for
these cases. How can I format these names to overlook the () ?

Is this a dx issue or merely a standard programming (I always did hate format
statements !) thing.

Regards,
Sharon

Reply via email to