Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recursive
Message
 
To
22/08/1999 02:36:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00256374
Message ID:
00256386
Views:
21
>Hi,
> How to have recursive that nested more than 128 level? I tried to use proceudre, but not works...
>
>Thank you

John,

The 128 level calling stack in VFP is fixed and cannot be exceeded. Other languages, like C, don't have a fixed calling stack but they are also limited in the number of calls you make. If you exceed the calling levels in VFP you get an error, if you do that in C you get undefined behavior.

Also, what is the recursive situation that is exceeding the 128 calling levels? It is hard to imagine a situation that would need recursive nesting higher than 128 levels. If you explain the problem you are trying to solve with recursion, then perhaps we can help you to solve the problem even though you cannot exceed the 128 levels.
Previous
Reply
Map
View

Click here to load this message in the networking platform