Description
|
this code
<TELOOP rowCount First=7 Last=24 Step=1><TEIF Screen(rowCount,7,2)=" ">
<TESHOW ""><TEELSE><TEAREA rowCount 1 rowCount 6><TESHOW ''><TEAREA rowCount 7 rowCount 8><TEAREA rowCount 9 rowCount 80></TEIF>
</TELOOP>
generated an error message saying that TEAREA 25,1,25,6 was invalid. now of course it is invalid, but how did the loop get to 25?
|