Is it possible to set the "items" property of a counter to an <item>?


Author
Message
Blackadder
Blackadder
Supreme Being (27K reputation)Supreme Being (27K reputation)Supreme Being (27K reputation)Supreme Being (27K reputation)Supreme Being (27K reputation)Supreme Being (27K reputation)Supreme Being (27K reputation)Supreme Being (27K reputation)Supreme Being (27K reputation)
Group: Forum Members
Posts: 280, Visits: 147

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 script

getitem(item.SOMEITEM, counter.SOMECOUNTER.selectedvalue);


 


Can you help? 


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Blackadder - 12 Years Ago
Dave - 12 Years Ago
Blackadder - 12 Years Ago
Dave - 12 Years Ago
Blackadder - 12 Years Ago
                         Okay, great. Thanks for elaborating on your approach -- interesting!
Dave - 12 Years Ago
                             You're welcome! I know that I'm probably abusing Inquisit's...
Blackadder - 12 Years Ago

Reading This Topic

Explore
Messages
Mentions
Search