> Hello,
> Is it possible to have a drop down list with commas in the options.
> For instance, if you want to have a attribute "CityState" you would
> probably want a comma between the City and State name. Since the Options
> are separated by commas, it turns into two different options. I dont know
> if there is a way to do this or if this is a bug?
From the next version on *2.0.4), one can specify attributes in quotation
marks like
Options town = San Francisco, "Paris, Texas", "Paris, France"
which then can include commas. |