Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recursive funtions
Message
From
29/09/2003 12:34:54
 
 
To
29/09/2003 12:29:38
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00833199
Message ID:
00833201
Views:
20
>Is there a way to implement recursive functions in VFoxPro?
>Best regards,
>Pablo Velazco

Basically,
function myfunction()

** call itself

myfunction()

endfunc
Make sure to make all appropriate variables LOCAL, so the current recursion doesn't step on previous values.

Recursion is limited to 128 levels, so you need to control it.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform