Group: Administrators
Posts: 13K,
Visits: 104K
|
<list strings> / items = ("A", "B", "C") </list>
or the like is perfectly fine to do and will not result in any error in and of itself. Any error would result from *how you use* the list's items. Presumably you're trying to use a string where Inquisit expects something else (e.g. an integer in a /select attribute).
|