Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recursive Program - Help
Message
From
24/04/2001 19:13:00
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00499372
Message ID:
00499374
Views:
17
>I have a project that has a conv53_main.prg (which is my main) which has the following two statements:
>
>set proc conv53.prg
>do conv53 with lreturn_code
>
>There is a conv53.prg in the project that has a conv53 procedure. But the "do" above starts back at the top of the conv53_main.prg, it does not execute the conv53 procedure in conv53.prg - WHY?
>
>Brenda


Don't know, I just tried it and it worked correctly for me. But one question: Is there more than one procedure/function in conv53.prg? Even if there is, unless they're being called by your "main" or some other places, it's not needed to do a SET PROCEDURE TO conv53.prg if the other functions are only called by/within conv53.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform