Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Recursive
Message
 
À
22/08/1999 02:36:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00256374
Message ID:
00256386
Vues:
20
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform