Returns a collection of decimal values representing the probabilities with which the corresponding items in the items collection are randomly selected.
<list>
list.name.itemProbabilities
Read/Write
array
This is a list property.
The following displays the value of the probability with which the second item in a list is presented:
<text myText>
/ items= ("The probability of <% list.payoffs.items[1] %> is <% list.payoffs.itemProbabilities[1] %>")
</text>
The following displays the value of the first itemProbabilities in an itemProbabilities set:
<itemProbabilities negativeItems>
itemProbabilities = <% itemProbabilities.negativeItems.itemProbabilities[0] %>
</page>
The following displays the value of the first itemProbabilities in a list:
<list rankedPreferences>
itemProbabilities = <% list.rankedPreferences.itemProbabilities[0] %>
</page>