FUNL0045 Loop control variable already in use.: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 Created page with "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..."  | 
				m 1 revision  | 
				
(No difference) 
 | |
Revision as of 17:48, 9 November 2010
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.