Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
My Directory Recursive Sample Code
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP4
Miscellaneous
Thread ID:
01022342
Message ID:
01022408
Views:
15
AFAIK, it's some kind of C stack limit.

>I stand corrected. I just put a config.fpw with STACKSIZE=64000 in my startup folder, and while it did greatly increase the number of levels I could traverse, it bombed at 906 for the following...
>
>
pnCounter = 0
>=mytest()
>
>FUNCTION MyTest()
>	pnCounter = pnCounter + 1
>	?pnCounter
>	=mytest()
>ENDFUNC
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform