(C5021) Loops in index definition Error In: Correctness Description: Data elements use constants in their definition in a “circular” manner. Example: AR is an array from 1 to N, while N is defined as rindex(AR). Erroneous Elements: Data-items, conditions, events, and user-defined types
AR
1
N
rindex(AR)