Explicit History Data Index2 Example
Last changed: -84.250.25.46

.
Explicit History Plugin Wiki Pages
Robert McNeel & Associates
SummaryExplains how the Cycle option behaves during index access

 

Download the definition file (made with version 0.2.0012) .

 

When accessing individual items in a list, one has to use an index value. The first item in any list if always stored at location zero, the second item at location 1 and so on and so forth. Typically, if you start to access a list at index -5, an error wil occur since no such location exists. However, some components that deal with indices have a Cycle option that remaps any index values onto the valid domain.

 

This example shows how Cycle on/off behave differently.