community.borland.com

Article #15327: NESTED FOR LOOPS- How many?

 Technical Notes Database

TN327D.txt   NESTED FOR LOOPS- How many?
Category   :Pascal
Platform    :All
Product    :Turbo Pascal  4.0+

Description:
Q. How many nested for loops are allowed?
A. The amount of code that's generated can't exceed 20K bytes.
   Therefore, if you have just for loops, the depth can't exceed
   roughly 75 lines.


Reference:


7/16/98 4:35:30 PM
 

Last Modified: 01-SEP-99