Current Repeat Index
When an array variable in a procedure is going through its list, the user may want the pointer into the list (the index) that the array variable is currently using to be repeated. To do this, use ...
When an array variable in a procedure is going through its list, the user may want the pointer into the list (the index) that the array variable is currently using to be repeated. To do this, use ...