Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BOOL Datatype
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00357504
Message ID:
00359242
Views:
8
>I'm off to visit a client until next Tuesday, so I haven't taken offence.
>
>I'll think about your definition of recursive though, if it can mean defined in terms of something that preceded it (& I don't doubt that you are correct), then doesn't that make for loops recursive. I may just have to restructure all my code to avoid that type of recursion <g>.
>
>Bye for a while.

LOL! On a serious note, however, (and this isn't for you) loops (iteration structures) aren't recursive in and of themselves, only iterative. They can be involved in recursion, but in and of themselves they're not. While you can argue that adding values stored in an array via a FOR...ENDFOR loop is recursive, it's really a stretch even with the definition of "defining something in terms of something that preceeded it". Nothing new is really created or defined.
George

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

Click here to load this message in the networking platform