Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FOR NEXT and Event()
Message
From
08/03/1997 12:57:05
 
 
To
07/03/1997 09:41:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00023029
Message ID:
00023476
Views:
57
>>>>>Isn't it possible to put the Receive() event calling the Send() event?
>>>>>That way, from your app, you'll call the Send() event only once...
>>>>>It's a kind of 'fire-and-forget'...
>>>>
>>>>If Receive() is calling the Send(), this will create recursion.
>>>
>>>It isn't possible?
>>
>>Can you be more specific? What do you mean by "isn't possible"?
>
>I meant: "What's the problem with recursion?"

The maximum number of nested do is 32 in FP2.6 and 128 in VFP3 and VFP5. This is a very low limit for recursive calls.

It's almost sure it will blow your program.

Vlad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform