How do I display the item indexes and total number of items in a list?
Versions:
n/a,
FAQ number:
77,
Old FAQ number: 939
Q: How do I display the item indexes and total number of items in a list?
A: See below.
How to display item indexes
The easiest way to display item indexes is to to create a public int variable and increase it by 1 for each item, for example: