FUNL0045 Loop control variable already in use.

From m204wiki
Jump to navigation Jump to search

A FOR statement was encountered inside of a FOR clause which used the same loop control variable. An example of this is a FOR A FROM ... occurring inside of a FOR A FROM ... clause. Correct the inner or outer loop to use a different loop control variable to eliminate the conflict.