Hi All, the subject says it. I'd wish to do the following
<item SOMEITEM>/ 1 = .../ 2 = ...</item><counter SOMECOUNTER>/ items = SOMEITEM/ select = noreplace</counter>
Is that possible? Or must I go the indirect route, such as
<item SOMEITEM>/ 1 = .../ 2 = ...</item><counter SOMECOUNTER>/ items = (1, 2, ...)/ select = noreplace</counter>and then later in the scriptgetitem(item.SOMEITEM, counter.SOMECOUNTER.selectedvalue);
Can you help?