Referring To The Proper Row Of The Outer CFLoop (With Nested CFLoops)

<cfloop query="qAlpha">
 
	<p>
		<cfloop query="qNumeric">
 
			#qAlpha[ "letter" ][ qAlpha.CurrentRow ]# -
			#qNumeric.number#<br />
 
		</cfloop>
	</p>
 
</cfloop>

For Cut-and-Paste