FUNL0045 Loop control variable already in use.: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
 
Line 1: Line 1:
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.
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.


[[Category:Fast/Unload Messages]]
[[Category:Fast/Unload messages]]

Latest revision as of 13:41, 19 April 2013

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.