Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recursion
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00160932
Message ID:
00161017
Views:
32
>Am I right that VFP isn't really designed to allow us to program using recursion...but that we can use recursion as long as it doesn't get too deep?
>
>BTW - What's "too deep", currently?
>
>Are there any special warnings I should heed before I jump in blindly?
>
Hi Rick,

VFP's like any other language in this regard, it'll handle recursion easily (I even used it back in FoxBASE). Like any other language, the single biggest source of problems is a program that doesn't properly pop the information off the stack. So proper termination of the program is essential.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform